update
This commit is contained in:
parent
9fc289be0b
commit
d7d0ac7421
BIN
dist/cs2-demo-downloader-linux
vendored
BIN
dist/cs2-demo-downloader-linux
vendored
Binary file not shown.
BIN
dist/cs2-demo-downloader-macos
vendored
BIN
dist/cs2-demo-downloader-macos
vendored
Binary file not shown.
BIN
dist/cs2-demo-downloader-win.exe
vendored
BIN
dist/cs2-demo-downloader-win.exe
vendored
Binary file not shown.
@ -7,7 +7,6 @@ export async function fetchMatchFromShareCode(
|
|||||||
): Promise<any> {
|
): Promise<any> {
|
||||||
const { csgo } = session;
|
const { csgo } = session;
|
||||||
const decoded = decodeMatchShareCode(shareCode);
|
const decoded = decodeMatchShareCode(shareCode);
|
||||||
console.log(decoded);
|
|
||||||
|
|
||||||
return new Promise((resolve, reject) => {
|
return new Promise((resolve, reject) => {
|
||||||
csgo.once('matchList', (matches) => {
|
csgo.once('matchList', (matches) => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user