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)
|
throw new HTTPError(message || body, cloned)
|
||||||
} catch (error) {
|
} catch (error: any) {
|
||||||
emit('fetchError', error)
|
emit('fetchError', error)
|
||||||
await showModal({
|
await showModal({
|
||||||
mode: 'alert',
|
mode: 'alert',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user