Skip to content

Commit 886ea78

Browse files
lint
1 parent b6adc9f commit 886ea78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/overlay-tools/LookupResolver.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { Transaction } from '../transaction/index.js'
22
import OverlayAdminTokenTemplate from './OverlayAdminTokenTemplate.js'
33
import * as Utils from '../primitives/utils.js'
44

5-
const defaultFetch: typeof fetch =
5+
const defaultFetch: typeof fetch =
66
typeof globalThis !== 'undefined' && typeof globalThis.fetch === 'function'
77
? globalThis.fetch.bind(globalThis)
88
: fetch

0 commit comments

Comments
 (0)