We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45c3907 commit ef90f6cCopy full SHA for ef90f6c
src/resolvers/workspace.js
@@ -388,7 +388,7 @@ module.exports = {
388
*/
389
await publish('cron-tasks', 'cron-tasks/limiter', JSON.stringify({
390
type: 'unblock-workspace',
391
- workspaceId: data.workspaceId,
+ workspaceId: workspaceModel._id.toString(),
392
}));
393
394
const updatedWorkspaceModel = await factories.workspacesFactory.findById(workspaceId);
0 commit comments