always ensure the frontpage of players is being tracked
All checks were successful
Deploy Backend / deploy (push) Successful in 3m19s

This commit is contained in:
Lee
2024-10-11 03:47:54 +01:00
parent 0e4feb4181
commit b059ee3537
3 changed files with 16 additions and 3 deletions

View File

@ -7,4 +7,4 @@ export class NotFoundError extends Error {
) {
super(message);
}
}
}

View File

@ -7,4 +7,4 @@ export class RateLimitError extends Error {
) {
super(message);
}
}
}