Closed tiagoit closed 3 years ago
According to the docs, context.params is writable, so it should not be totally overwritten.
The method fixParams at server/src/index.js is overwriting the params preserving only query and paginate properties.
fixParams
server/src/index.js
Module versions: "@feathersjs-offline/server": "^1.0.6",
NodeJS version: v12.20.2
Thank you for this.
Implemented.
Steps to reproduce
Expected behaviour
According to the docs, context.params is writable, so it should not be totally overwritten.
Actual behaviour
The method
fixParams
atserver/src/index.js
is overwriting the params preserving only query and paginate properties.Module versions: "@feathersjs-offline/server": "^1.0.6",
NodeJS version: v12.20.2