fix: remove unused variables (#7968)

This commit is contained in:
Don Isaac
2024-08-26 02:23:56 -04:00
committed by GitHub
parent 14066965fa
commit dbcfd24ed8
18 changed files with 18 additions and 18 deletions
@@ -72,7 +72,7 @@ export class FetchService extends Service {
if (res.headers.get('Content-Type')?.includes('application/json')) {
try {
reason = await res.json();
} catch (err) {
} catch {
// ignore
}
}