From 00efe9f6522ec1067be66c71ad7cba1ee86fcb21 Mon Sep 17 00:00:00 2001 From: Dobie Wollert Date: Wed, 16 Dec 2015 13:53:29 -0800 Subject: [PATCH] Again, fixing a bug i already fixed --- app/controllers/timeclock.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/timeclock.js b/app/controllers/timeclock.js index 6c9e46c..46685f8 100644 --- a/app/controllers/timeclock.js +++ b/app/controllers/timeclock.js @@ -558,7 +558,7 @@ module.exports = function () { Promise .props({ - id: req.user.id, + id: req.body.id, date: moment(), notes: req.body.notes, reason: req.body.reason,