Skip to content

Commit

Permalink
fix: Correct proxy type definition
Browse files Browse the repository at this point in the history
  • Loading branch information
komapotter committed Aug 30, 2024
1 parent 4c6888a commit e72a67e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dev-server/src/adapter/cloudflare.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const cloudflareAdapter: (options?: CloudflareAdapterOptions) => Promise<
* It throws an error if server is not running.
*/
} finally {
proxy = undefined as Awaited<ReturnType<typeof getPlatformProxy<Env>>> | undefined
proxy = undefined
}
}
},
Expand Down

0 comments on commit e72a67e

Please sign in to comment.