Skip to content

Commit

Permalink
feat: upgrade mongodb node driver (DEV-4642) (#280)
Browse files Browse the repository at this point in the history
* feat: mongodb driver update started

BREAKING CHANGE : due to v5 => v6 breaking changes updates

* feat: auth unit tests fixed

* wip

* fix: unit tests

* fix: unit tests bodyparser warning

* chore: code cleanup
  • Loading branch information
rombat committed Feb 13, 2024
1 parent ccd23c3 commit 4a6f939
Show file tree
Hide file tree
Showing 18 changed files with 17,924 additions and 34,659 deletions.
2 changes: 1 addition & 1 deletion lib/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class CampsiServer extends MQTTEmitter {
json: {},
text: {},
urlencoded: {
extended: false
extended: true
}
};
this.app.use(bodyParser.json(bodyParserOptions.json));
Expand Down

0 comments on commit 4a6f939

Please sign in to comment.