mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-05-07 05:17:50 +02:00
fix(checkIn): fixed check in issue
This commit is contained in:
@@ -44,7 +44,7 @@ exports.get = function (req, res) {
|
||||
nck.todayIsDone = (diff === 0 ? true : false);
|
||||
|
||||
if (diff > 1) {
|
||||
ck.keepDays = 1;
|
||||
ck.keepDays = 0;
|
||||
}
|
||||
res.json(nck);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user