We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b6f3135 + 26d3b3c commit 00b785aCopy full SHA for 00b785a
controllers/MissionController.js
@@ -87,7 +87,7 @@ function* search(req, res) {
87
* @param res the response
88
*/
89
function* getSingle(req, res) {
90
- res.json(yield MissionService.getSingle(req.params.id, req.auth.sub));
+ res.json(yield MissionService.getSingle(req.params.id));
91
}
92
93
0 commit comments