This commit is contained in:
Linrador 2025-06-11 06:16:00 +02:00
parent 9fc289be0b
commit d7d0ac7421
4 changed files with 0 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -7,7 +7,6 @@ export async function fetchMatchFromShareCode(
): Promise<any> {
const { csgo } = session;
const decoded = decodeMatchShareCode(shareCode);
console.log(decoded);
return new Promise((resolve, reject) => {
csgo.once('matchList', (matches) => {