Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
r-n-o committed Nov 28, 2023
1 parent 071bef5 commit 0f06c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/http/src/universal.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/// <reference lib="dom" />
import { fetch as xFetch } from 'cross-fetch';
import { fetch as xFetch } from "cross-fetch";
let fetch: typeof globalThis.fetch;

if (typeof globalThis?.fetch !== "undefined") {
Expand Down

0 comments on commit 0f06c59

Please sign in to comment.