mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-07 20:17:02 +03:00
Fix wrong eslint disable
This commit is contained in:
@@ -39,9 +39,7 @@ async function getAndSplit<T, U>(fetchFromDB: (values: U[]) => Promise<Array<T>>
|
|||||||
value,
|
value,
|
||||||
result: JSON.parse(reply)
|
result: JSON.parse(reply)
|
||||||
};
|
};
|
||||||
} catch (e) {
|
} catch (e) { } //eslint-disable-line no-empty
|
||||||
// eslint-disable-next-line no-console
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
|||||||
Reference in New Issue
Block a user