2 Commits

Author SHA1 Message Date
b74b22c0b6 Merge branch 'master' of https://git.fascinated.cc/Fascinated/scoresaber-reloaded-v2
All checks were successful
deploy / deploy (push) Successful in 1m14s
2023-11-24 19:29:40 +00:00
0f7b28ca02 only get ids for beatsaver maps 2023-11-24 19:29:39 +00:00

View File

@ -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();