storj-archived / core

Deprecated. Implementation of the Storj v2 protocol for Node.js.
https://storj.io
Other
396 stars 88 forks source link

Revert restify upgrade #747

Closed braydonf closed 6 years ago

braydonf commented 6 years ago

Upgrading restify from 4 to 6 with cause some side effect with express req.query not working as an object, and instead be a function.

See https://github.com/restify/node-restify/issues/1540