Skip to content

Commit ef90f6c

Browse files
committed
chore(): change variable name
1 parent 45c3907 commit ef90f6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resolvers/workspace.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ module.exports = {
388388
*/
389389
await publish('cron-tasks', 'cron-tasks/limiter', JSON.stringify({
390390
type: 'unblock-workspace',
391-
workspaceId: data.workspaceId,
391+
workspaceId: workspaceModel._id.toString(),
392392
}));
393393

394394
const updatedWorkspaceModel = await factories.workspacesFactory.findById(workspaceId);

0 commit comments

Comments
 (0)