don't cache this
All checks were successful
Deploy Backend / deploy (push) Successful in 5m51s

This commit is contained in:
Lee 2024-10-19 04:54:24 +01:00
parent c5bfdc8b9c
commit e1f5a13f57

@ -214,7 +214,7 @@ export class PlayerService {
};
const itemsPerPage = 50;
const player = await scoresaberService.lookupPlayer(id, true);
const player = await scoresaberService.lookupPlayer(id);
if (player == undefined) {
throw new NotFoundError(`Player "${id}" not found`);
}