fix(checkIn): fixed check in issue

This commit is contained in:
OldHawk
2018-06-19 10:07:14 +08:00
parent 18dbdf50b1
commit 122fd47b80

View File

@@ -44,7 +44,7 @@ exports.get = function (req, res) {
nck.todayIsDone = (diff === 0 ? true : false);
if (diff > 1) {
ck.keepDays = 0;
nck.keepDays = 0;
}
res.json(nck);
}