only get ids for beatsaver maps

This commit is contained in:
Lee 2023-11-24 19:29:39 +00:00
parent b3c3be4b7c
commit 0f7b28ca02

@ -25,7 +25,7 @@ async function fetchMapsByHash(
BS_GET_MAP_BY_HASH_URL, BS_GET_MAP_BY_HASH_URL,
true, true,
hashes.substring(0, hashes.length - 1), hashes.substring(0, hashes.length - 1),
), ) + "?idonly=true",
); );
const json = await response.json(); const json = await response.json();