Skip to content

Commit c73d38e

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

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

workers/paymaster/src/index.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -407,14 +407,6 @@ export default class PaymasterWorker extends Worker {
407407
type: 'unblock-workspace',
408408
workspaceId: workspace._id.toString(),
409409
});
410-
411-
await this.workspaces.updateOne({
412-
_id: workspace._id,
413-
}, {
414-
$set: {
415-
isBlocked: false,
416-
},
417-
});
418410
}
419411

420412

0 commit comments

Comments
 (0)