Skip to content

Commit

Permalink
o
Browse files Browse the repository at this point in the history
  • Loading branch information
simon300000 committed Sep 7, 2023
1 parent 692e9c2 commit a13d6be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/dispatcher.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Agent, fetch as f, setGlobalDispatcher } from 'undici'

import { wait } from './common'
import { wait } from './common.js'

setGlobalDispatcher(new Agent({ connect: { timeout: 120_000 } }))

Expand Down

0 comments on commit a13d6be

Please sign in to comment.