chore: prettier

This commit is contained in:
karishmas6
2024-10-08 21:13:47 +05:30
parent 4e3b47d1f1
commit 75b309a48e

View File

@@ -277,15 +277,15 @@ router.put('/schedule/:fileName/', requireSignIn, async (req, res) => {
const runId = uuid(); const runId = uuid();
await workflowQueue.add( await workflowQueue.add(
'run workflow', 'run workflow',
{ fileName, runId }, { fileName, runId },
{ {
repeat: { repeat: {
pattern: cronExpression, pattern: cronExpression,
tz: timezone tz: timezone
} }
} }
); );
res.status(200).json({ res.status(200).json({
message: 'success', message: 'success',