Skip to content

Commit

Permalink
#10 dont need user id in front end
Browse files Browse the repository at this point in the history
  • Loading branch information
dangerdak committed Nov 16, 2017
1 parent 8434aff commit f427905
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion public/draw.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
var url = '/drawing';
var params = {
svg: canvas.toSVG(),
userId: saveEl.dataset.userId,
fieldName: 'likes_svg',
};
xhr.onreadystatechange = function() {
Expand Down
1 change: 0 additions & 1 deletion src/controllers/about.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ exports.get = (req, res) => {
logoutButton: true,
progressPercentage: '60',
data,
userId: req.session.id,
});
});
};
Expand Down

0 comments on commit f427905

Please sign in to comment.