fix rank graph
All checks were successful
Deploy Backend / deploy (push) Successful in 3m8s
Deploy Website / deploy (push) Successful in 3m54s

This commit is contained in:
Lee
2024-10-12 22:07:32 +01:00
parent e2d9a23974
commit 6d1c911c9f
2 changed files with 26 additions and 19 deletions

View File

@ -13,7 +13,6 @@ class BeatSaverService extends Service {
* Gets the map that match the query.
*
* @param query the query to search for
* @param useProxy whether to use the proxy or not
* @returns the map that match the query, or undefined if no map were found
*/
async lookupMap(query: string): Promise<BeatSaverMapToken | undefined> {