Compare commits
2 Commits
d5afdbde69
...
b74b22c0b6
Author | SHA1 | Date | |
---|---|---|---|
b74b22c0b6 | |||
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();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user