mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
fix typo in v3 groups migration
This commit is contained in:
@@ -132,7 +132,7 @@ function processGroups (afterId) {
|
|||||||
|
|
||||||
if (!oldGroup.privacy) {
|
if (!oldGroup.privacy) {
|
||||||
// throw new Error('group.privacy is required');
|
// throw new Error('group.privacy is required');
|
||||||
group.privacy = 'private';
|
oldGroup.privacy = 'private';
|
||||||
}
|
}
|
||||||
|
|
||||||
var updateMembers = {};
|
var updateMembers = {};
|
||||||
|
|||||||
Reference in New Issue
Block a user