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