chore: make typescript happy (explicit any)

This commit is contained in:
mochaaP 2022-04-17 02:22:08 +08:00
parent e4d35ad012
commit d4ea48c904
No known key found for this signature in database
GPG Key ID: 697CA71D6669DCF1

View File

@ -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',