We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aedfe24 commit ec2fd4dCopy full SHA for ec2fd4d
apps/workers/src/app/plugs.controller.ts
@@ -18,7 +18,7 @@ export class PlugsController {
18
return await this._integrationService.processPlugs(data);
19
} catch (err) {
20
console.log(
21
- "Unhandled error, let's avoid crashing the plugs worker",
+ "Unhandled error, let's avoid crashing the plug worker",
22
err
23
);
24
}
0 commit comments