mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-15 13:47:33 +01:00
fix(teams): tweak FAQ and fix sync test
This commit is contained in:
@@ -1485,6 +1485,7 @@ schema.methods.syncTask = async function groupSyncTask (taskToSync, users, assig
|
||||
group: group._id,
|
||||
});
|
||||
}
|
||||
toSave.push(user.save());
|
||||
}
|
||||
toSave.push(taskToSync.save());
|
||||
return Promise.all(toSave);
|
||||
|
||||
Reference in New Issue
Block a user