Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Apr 22, 2024
1 parent 54f654d commit 08ee351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/server.ts
Expand Up @@ -78,7 +78,7 @@ export function fetch(path: string, options?: RequestInit) {
return _fetch(url(path), options)
}

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

Expand Down

0 comments on commit 08ee351

Please sign in to comment.