mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-12 06:27:10 +03:00
Fix warnings and errors
This commit is contained in:
@@ -12,7 +12,7 @@ async function get<T>(fetchFromDB: () => Promise<T>, key: string): Promise<T> {
|
||||
|
||||
return JSON.parse(reply);
|
||||
}
|
||||
} catch (e) { Logger.error(e as string)} //eslint-disable-line no-empty
|
||||
} catch (e) { } //eslint-disable-line no-empty
|
||||
|
||||
const data = await fetchFromDB();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user