Fixed game load issue
This commit is contained in:
parent
2696a2dff2
commit
53b7741e39
@ -61,7 +61,7 @@ export class MatchCallbacks
|
|||||||
sessionID: string,
|
sessionID: string,
|
||||||
): IGetBodyResponseData<IGroupCurrentResponse>
|
): IGetBodyResponseData<IGroupCurrentResponse>
|
||||||
{
|
{
|
||||||
throw new Error("Method not implemented.");
|
return this.httpResponse.getBody({ squad: [] });
|
||||||
}
|
}
|
||||||
|
|
||||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||||
|
Loading…
x
Reference in New Issue
Block a user