fix: tournamnet: can join tournament
This commit is contained in:
@ -79,7 +79,7 @@ class Tourmanent
|
||||
*/
|
||||
async init()
|
||||
{
|
||||
let response = await this.client._get(`/api/tournaments/${id}`);
|
||||
let response = await this.client._get(`/api/tournaments/${this.id}`);
|
||||
|
||||
if (response.status !== 200)
|
||||
return response.status;
|
||||
|
Reference in New Issue
Block a user