Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/userquin/chore-nuxt-3.9.0' into …
Browse files Browse the repository at this point in the history
…userquin/chore-nuxt-3.9.0
  • Loading branch information
userquin committed Jan 22, 2024
2 parents 3d5f10e + 5d0c4b0 commit f2722e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/tauri/runtime/nitro.client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ export default defineNuxtPlugin(async () => {
const localCall = createCall(toNodeListener(h3App) as any)
const localFetch = createLocalFetch(localCall, globalThis.fetch)

// @ts-expect-error slight differences in api
globalThis.$fetch = createFetch({
// @ts-expect-error slight differences in api
fetch: localFetch,
Expand Down

0 comments on commit f2722e1

Please sign in to comment.