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 88790a0 commit 1db4756
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 52 deletions.
86 changes: 43 additions & 43 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
],
"type": "module",
"dependencies": {
"@bull-board/api": "6.4.0",
"@bull-board/express": "6.4.0",
"@bull-board/koa": "6.4.0",
"@restorecommerce/acs-client": "3.0.6",
"@bull-board/api": "6.5.0",
"@bull-board/express": "6.5.0",
"@bull-board/koa": "6.5.0",
"@restorecommerce/acs-client": "3.0.7",
"@restorecommerce/chassis-srv": "1.6.4",
"@restorecommerce/kafka-client": "1.2.19",
"@restorecommerce/kafka-client": "1.2.20",
"@restorecommerce/logger": "1.3.2",
"@restorecommerce/rc-grpc-clients": "5.1.41",
"@restorecommerce/scs-jobs": "0.1.46",
"@restorecommerce/rc-grpc-clients": "5.1.42",
"@restorecommerce/scs-jobs": "0.1.47",
"@restorecommerce/service-config": "1.0.16",
"bullmq": "5.25.6",
"cache-manager": "6.1.3",
Expand Down
4 changes: 2 additions & 2 deletions src/schedulingService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ export class SchedulingService implements SchedulingServiceServiceImplementation
const createDispatch = [];
let result: Job[] = [];
const logger = this.logger;

const create = this.create;
// Get the jobs
for (const queueCfg of this.queuesConfigList) {
// If enabled in the config, or the config is missing,b
Expand Down Expand Up @@ -286,7 +286,7 @@ export class SchedulingService implements SchedulingServiceServiceImplementation
when,
options: {}
};
createDispatch.push(thiz.create({
createDispatch.push(create({
items: [immediateJob],
total_count: 0,
}, {}));
Expand Down

0 comments on commit 1db4756

Please sign in to comment.