Skip to content

Commit 00b785a

Browse files
authored
Merge pull request #99 from topcoderinc/mtwomey_dev
Update README.md
2 parents b6f3135 + 26d3b3c commit 00b785a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/MissionController.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ function* search(req, res) {
8787
* @param res the response
8888
*/
8989
function* getSingle(req, res) {
90-
res.json(yield MissionService.getSingle(req.params.id, req.auth.sub));
90+
res.json(yield MissionService.getSingle(req.params.id));
9191
}
9292

9393

0 commit comments

Comments
 (0)