From ec2fd4d1c2dc9cbc4142e5b1f4cad4a14eb704c4 Mon Sep 17 00:00:00 2001 From: Nevo David Date: Mon, 1 Sep 2025 10:50:15 +0700 Subject: [PATCH] feat: deploy worker --- apps/workers/src/app/plugs.controller.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); }