stockpile-co / api

The API for Stockpile, an app that manages stuff for organizations.
0 stars 1 forks source link

331/Fix wrong method signature on options handler #332

Closed AdamVig closed 7 years ago

AdamVig commented 7 years ago

The OPTIONS request handler function had the method signature of a restify.use() function but should have had the signature of a restify.on() function because that is how it is used.

Closes #331.