mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-14 21:27:23 +01:00
fix(lint): quotes, destructuring, space
This commit is contained in:
@@ -271,7 +271,7 @@ describe('GET challenges/groups/:groupId', () => {
|
||||
before(async () => {
|
||||
await user.update({
|
||||
'permissions.challengeAdmin': true,
|
||||
'balance': 3,
|
||||
balance: 3,
|
||||
});
|
||||
|
||||
officialChallenge = await generateChallenge(user, tavern, {
|
||||
|
||||
Reference in New Issue
Block a user