Skip to content

Commit

Permalink
Pass tutorial id into res.render of lobby.
Browse files Browse the repository at this point in the history
  • Loading branch information
glutSolidSphere committed Apr 7, 2017
1 parent d7903db commit e09a371
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/controller/lobby.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ var get = function (req, res, next)
userId: userId,
moduleId: moduleId,
tutorialId: tutorialId,
tid: tid,
userRole: req.body.userRole,
username: user.name
});
Expand Down

0 comments on commit e09a371

Please sign in to comment.