We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5b62957 + 7f8f329 commit f97cc92Copy full SHA for f97cc92
1 file changed
packages/apps/job-launcher/server/src/modules/job/job.controller.ts
@@ -203,10 +203,6 @@ export class JobController {
203
@Body() data: JobAudinoDto,
204
@Request() req: RequestWithUser,
205
): Promise<number> {
206
- if (this.web3ConfigService.env === Web3Env.MAINNET) {
207
- throw new ForbiddenError('Disabled');
208
- }
209
-
210
return await this.mutexManagerService.runExclusive(
211
{ id: `user${req.user.id}` },
212
MUTEX_TIMEOUT,
0 commit comments