Skip to content

Commit 0b2c661

Browse files
committed
Update index.ts
1 parent e2d1416 commit 0b2c661

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

workers/paymaster/src/index.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -394,15 +394,6 @@ export default class PaymasterWorker extends Worker {
394394
},
395395
});
396396

397-
await this.workspaces.updateOne({
398-
_id: workspace._id,
399-
}, {
400-
$set: {
401-
isBlocked: true,
402-
blockedDate: workspace.blockedDate || new Date(),
403-
},
404-
});
405-
406397
await this.sendWorkspaceBlockedReport(workspace);
407398
}
408399

0 commit comments

Comments
 (0)