mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 06:07:21 +01:00
fix: Change quest collection to calculate items on the server only
This commit is contained in:
@@ -116,7 +116,7 @@ describe('POST /groups/:groupId/quests/reject', () => {
|
||||
progress: {
|
||||
up: 0,
|
||||
down: 0,
|
||||
collect: {},
|
||||
collect: 0,
|
||||
},
|
||||
completed: null,
|
||||
RSVPNeeded: false,
|
||||
|
||||
Reference in New Issue
Block a user