This commit is contained in:
parent
c5bfdc8b9c
commit
e1f5a13f57
@ -214,7 +214,7 @@ export class PlayerService {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const itemsPerPage = 50;
|
const itemsPerPage = 50;
|
||||||
const player = await scoresaberService.lookupPlayer(id, true);
|
const player = await scoresaberService.lookupPlayer(id);
|
||||||
if (player == undefined) {
|
if (player == undefined) {
|
||||||
throw new NotFoundError(`Player "${id}" not found`);
|
throw new NotFoundError(`Player "${id}" not found`);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user