diff --git a/apps/workers/src/app/plugs.controller.ts b/apps/workers/src/app/plugs.controller.ts index f730323c..a7d1134b 100644 --- a/apps/workers/src/app/plugs.controller.ts +++ b/apps/workers/src/app/plugs.controller.ts @@ -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 ); }