only get ids for beatsaver maps
This commit is contained in:
parent
b3c3be4b7c
commit
0f7b28ca02
@ -25,7 +25,7 @@ async function fetchMapsByHash(
|
||||
BS_GET_MAP_BY_HASH_URL,
|
||||
true,
|
||||
hashes.substring(0, hashes.length - 1),
|
||||
),
|
||||
) + "?idonly=true",
|
||||
);
|
||||
const json = await response.json();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user