clean: respect es11
This commit is contained in:
@ -11,7 +11,7 @@ class Tourmanents
|
||||
/**
|
||||
* @type {Client}
|
||||
*/
|
||||
this.client = client
|
||||
this.client = client;
|
||||
}
|
||||
|
||||
/**
|
||||
@ -52,7 +52,7 @@ class Tourmanents
|
||||
async search(state)
|
||||
{
|
||||
let response = await this.client._get(`/api/tournaments/search/${state}`);
|
||||
let response_data = await response.json()
|
||||
let response_data = await response.json();
|
||||
|
||||
if (response.status === 403)
|
||||
{
|
||||
@ -88,4 +88,4 @@ class Tourmanents
|
||||
|
||||
}
|
||||
|
||||
export { Tourmanents }
|
||||
export { Tourmanents };
|
||||
Reference in New Issue
Block a user