add linting and prettier
This commit is contained in:
@@ -15,6 +15,6 @@ export default class Api {
|
||||
'Content-Type': 'application/json;charset=utf-8',
|
||||
},
|
||||
});
|
||||
return await response.json() as T;
|
||||
return (await response.json()) as T;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user