Skip to content

Commit 08ee351

Browse files
committed
chore: lint
1 parent 54f654d commit 08ee351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/server.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export function fetch(path: string, options?: RequestInit) {
7878
return _fetch(url(path), options)
7979
}
8080

81-
export const $fetch = (function(path: string, options?: FetchOptions) {
81+
export const $fetch = (function (path: string, options?: FetchOptions) {
8282
return _$fetch(url(path), options)
8383
}) as typeof globalThis['$fetch']
8484

0 commit comments

Comments
 (0)