mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 10:30:55 +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 {
|
||||
event.respondWith(cacheWrapper(event));
|
||||
} catch (e: unknown) {
|
||||
let error = e as Error;
|
||||
const error = e as Error;
|
||||
if (typeof EXCEPTION_DISCORD_WEBHOOK !== 'undefined') {
|
||||
try {
|
||||
fetch(EXCEPTION_DISCORD_WEBHOOK, {
|
||||
|
|
Loading…
Add table
Reference in a new issue