mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 06:37:23 +01:00
start upgrading eslint
This commit is contained in:
@@ -3,7 +3,7 @@ import omit from 'lodash/omit';
|
||||
|
||||
// From server pass task.toObject() not the task document directly
|
||||
export default function updateTask (task, req = {}) {
|
||||
let body = req.body || {};
|
||||
const body = req.body || {};
|
||||
|
||||
// If reminders are updated -> replace the original ones
|
||||
if (body.reminders) {
|
||||
|
||||
Reference in New Issue
Block a user