We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2d1416 commit 0b2c661Copy full SHA for 0b2c661
1 file changed
workers/paymaster/src/index.ts
@@ -394,15 +394,6 @@ export default class PaymasterWorker extends Worker {
394
},
395
});
396
397
- await this.workspaces.updateOne({
398
- _id: workspace._id,
399
- }, {
400
- $set: {
401
- isBlocked: true,
402
- blockedDate: workspace.blockedDate || new Date(),
403
- },
404
- });
405
-
406
await this.sendWorkspaceBlockedReport(workspace);
407
}
408
0 commit comments