Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
vanthome committed Nov 13, 2024
1 parent 4846a38 commit 6d4aa57
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 206 deletions.
11 changes: 0 additions & 11 deletions .eslintrc.cjs

This file was deleted.

192 changes: 0 additions & 192 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@
"rimraf": "6.0.1",
"should": "^13.2.3",
"ts-node": "^10.9.2",
"tslint": "5.20.1",
"typescript-eslint": "8.14.0",
"typescript": "5.6.3"
},
Expand Down
4 changes: 2 additions & 2 deletions src/worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class UserCommandInterface extends chassis.CommandInterface {
try {
await db.insert(`${resource}s`, message);
} catch (err: any) {
that.logger.error('Exception caught while restoring registered User',
logger.error('Exception caught while restoring registered User',
message);
}
return {};
Expand All @@ -111,7 +111,7 @@ class UserCommandInterface extends chassis.CommandInterface {
try {
await db.insert(`${resource}s`, message);
} catch (err: any) {
that.logger.error('Exception caught while restoring registered User',
logger.error('Exception caught while restoring registered User',
message);
}
return {};
Expand Down

0 comments on commit 6d4aa57

Please sign in to comment.