Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
lxRbckl committed Feb 20, 2024
1 parent 0d1b40a commit f103579
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
// < Project JA by Alex & Jordyn > //


// <
const { fetch, setGlobalDispatcher, Agent } = require('undici');
setGlobalDispatcher(new Agent({connect: { timeout: 60_000 }}));

// >



// import <
const {client} = require('./source/client.js');

Expand Down

0 comments on commit f103579

Please sign in to comment.