Skip to content

Commit

Permalink
Adding a @todo for myself
Browse files Browse the repository at this point in the history
  • Loading branch information
avoidwork committed Mar 8, 2017
1 parent 073a062 commit 93268f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/woodland.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ class Woodland {

route (req, res) {
let deferred = defer(),
method = head.test(req.method) ? "GET" : req.method,
method = [head.test(req.method) ? "GET" : req.method], // @todo support implicit GET & explicit OPTIONS
middleware, result;

let last = err => {
Expand Down

0 comments on commit 93268f6

Please sign in to comment.