mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-15 05:37:22 +01:00
fix(lint): whitespace
This commit is contained in:
@@ -412,7 +412,7 @@ api.getUserChallenges = {
|
||||
user,
|
||||
types: ['party', 'guilds', 'tavern'],
|
||||
});
|
||||
const userGroupIds = userGroups.map(userGroup => userGroup._id);
|
||||
const userGroupIds = userGroups.map(userGroup => userGroup._id);
|
||||
orOptions.push({
|
||||
group: { $in: userGroupIds },
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user