feat: deploy worker

This commit is contained in:
Nevo David 2025-09-01 10:50:15 +07:00
parent aedfe24a0b
commit ec2fd4d1c2
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ export class PlugsController {
return await this._integrationService.processPlugs(data);
} catch (err) {
console.log(
"Unhandled error, let's avoid crashing the plugs worker",
"Unhandled error, let's avoid crashing the plug worker",
err
);
}