mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 18:40:56 +01:00
Satisfy eslint on this line
This commit is contained in:
parent
6f59b5ba67
commit
e566406490
1 changed files with 1 additions and 1 deletions
|
@ -221,7 +221,7 @@ addEventListener('fetch', (event: FetchEvent) => {
|
||||||
try {
|
try {
|
||||||
event.respondWith(cacheWrapper(event));
|
event.respondWith(cacheWrapper(event));
|
||||||
} catch (e: unknown) {
|
} catch (e: unknown) {
|
||||||
let error = e as Error;
|
const error = e as Error;
|
||||||
if (typeof EXCEPTION_DISCORD_WEBHOOK !== 'undefined') {
|
if (typeof EXCEPTION_DISCORD_WEBHOOK !== 'undefined') {
|
||||||
try {
|
try {
|
||||||
fetch(EXCEPTION_DISCORD_WEBHOOK, {
|
fetch(EXCEPTION_DISCORD_WEBHOOK, {
|
||||||
|
|
Loading…
Add table
Reference in a new issue