Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin01 committed Oct 2, 2014
1 parent 9a83ef5 commit b780201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/handlers/status.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports.get = function statusGet(req, res, next) {
}

res.send({
anyfetch_token: req.token.anyfetchToken,
anyfetch_token: req.token.anyfetchToken,
data: req.token.data,
accountName: req.token.accountName,
cursor: req.token.cursor,
Expand Down

0 comments on commit b780201

Please sign in to comment.