We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6adc9f commit 886ea78Copy full SHA for 886ea78
src/overlay-tools/LookupResolver.ts
@@ -2,7 +2,7 @@ import { Transaction } from '../transaction/index.js'
2
import OverlayAdminTokenTemplate from './OverlayAdminTokenTemplate.js'
3
import * as Utils from '../primitives/utils.js'
4
5
-const defaultFetch: typeof fetch =
+const defaultFetch: typeof fetch =
6
typeof globalThis !== 'undefined' && typeof globalThis.fetch === 'function'
7
? globalThis.fetch.bind(globalThis)
8
: fetch
0 commit comments