revert back to success/error envelope

This commit is contained in:
Devin Zuczek
2026-07-13 23:29:04 -04:00
parent 6845c9fd34
commit 229b00ada8
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -235,7 +235,7 @@ describe('public endpoints', () => {
}),
})
expect(res.status).toBe(200)
expect(await res.json()).toEqual([])
expect(await res.json()).toEqual({ success: true, error: '' })
})
test('POST /api/playerReputation/v2/bulk returns a reputation per id', async () => {