We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54f654d commit 08ee351Copy full SHA for 08ee351
src/core/server.ts
@@ -78,7 +78,7 @@ export function fetch(path: string, options?: RequestInit) {
78
return _fetch(url(path), options)
79
}
80
81
-export const $fetch = (function(path: string, options?: FetchOptions) {
+export const $fetch = (function (path: string, options?: FetchOptions) {
82
return _$fetch(url(path), options)
83
}) as typeof globalThis['$fetch']
84
0 commit comments