feat: pass req.user.id to add workflow

This commit is contained in:
karishmas6
2024-10-10 03:19:03 +05:30
parent b087688e82
commit 4d7679d5a9

View File

@@ -318,7 +318,7 @@ router.put('/schedule/:id/', requireSignIn, async (req, res) => {
// await workflowQueue.add( // await workflowQueue.add(
// 'run workflow', // 'run workflow',
// { id, runId }, // { id, runId, req.user.id },
// { // {
// repeat: { // repeat: {
// pattern: cronExpression, // pattern: cronExpression,