Skip to content

Commit

Permalink
chore: Release v1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Vilsol committed Nov 2, 2023
1 parent 1af1cd8 commit 40228d5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## 1.2.4 (November 2nd, 2023)

- read correct kafka field

## 1.2.3 (November 2nd, 2023)

- add details kafka to config
- add kafka details to config

## 1.2.2 (November 2nd, 2023)

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@restorecommerce/facade-srv",
"version": "1.2.3",
"version": "1.2.4",
"description": "Restorecommerce facade service",
"exports": "./lib/start.js",
"author": "n-fuse GmbH",
Expand Down
1 change: 0 additions & 1 deletion src/worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ export class Worker {
...this.cfg.get('facade'),
env: this.cfg.get('NODE_ENV'),
logger: this.logger,
kafka: this.cfg.get('events:kafka'),
fileUploadOptions: this.cfg.get('fileUploadOptions'),
jsonLimit: this.cfg.get('koa:bodyParser:jsonLimit'),
})
Expand Down

0 comments on commit 40228d5

Please sign in to comment.