chore: make typescript happy (explicit any)
This commit is contained in:
parent
e4d35ad012
commit
d4ea48c904
@ -81,7 +81,7 @@ export async function walkFetch(request: Request): Promise<any> {
|
||||
}
|
||||
|
||||
throw new HTTPError(message || body, cloned)
|
||||
} catch (error) {
|
||||
} catch (error: any) {
|
||||
emit('fetchError', error)
|
||||
await showModal({
|
||||
mode: 'alert',
|
||||
|
Loading…
Reference in New Issue
Block a user