Skip to content

Commit ec2fd4d

Browse files
committed
feat: deploy worker
1 parent aedfe24 commit ec2fd4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/workers/src/app/plugs.controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export class PlugsController {
1818
return await this._integrationService.processPlugs(data);
1919
} catch (err) {
2020
console.log(
21-
"Unhandled error, let's avoid crashing the plugs worker",
21+
"Unhandled error, let's avoid crashing the plug worker",
2222
err
2323
);
2424
}

0 commit comments

Comments
 (0)