mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
adapt create challenge tests to population
This commit is contained in:
@@ -107,7 +107,7 @@ api.createChallenge = {
|
||||
};
|
||||
|
||||
await savedChal.syncToUser(user); // (it also saves the user)
|
||||
res.respond(201, savedChal);
|
||||
res.respond(201, response);
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user