/checkupdates: Show Button, when Upgrade Version is available ! (check from the server, the version number
This commit is contained in:
@@ -79,6 +79,7 @@ router.patch('/:id', authenticate, (req, res) => {
|
||||
}
|
||||
|
||||
|
||||
|
||||
Todo.findByIdAndUpdate(id, { $set: body }, { new: true }).then((todo) => {
|
||||
tools.mylogshow(' TODO TO MODIFY: ', todo.descr, todo.expiring_at);
|
||||
if (!todo) {
|
||||
|
||||
Reference in New Issue
Block a user