fix: Change quest collection to calculate items on the server only

This commit is contained in:
Blade Barringer
2016-06-02 17:36:29 -05:00
parent c04bac44e7
commit 58cd634255
13 changed files with 34 additions and 59 deletions

View File

@@ -116,7 +116,7 @@ describe('POST /groups/:groupId/quests/reject', () => {
progress: {
up: 0,
down: 0,
collect: {},
collect: 0,
},
completed: null,
RSVPNeeded: false,