* Do not target oldest browsers; stop using node-fetch

* Update yarn.lock
This commit is contained in:
49fl
2024-08-14 16:08:07 -04:00
committed by GitHub
parent faff488bb6
commit 21e666eb50
132 changed files with 1457 additions and 1835 deletions

View File

@ -1,4 +1,3 @@
import fetch from 'node-fetch';
import { Error_type } from '../../models.js';
import { Client } from '../../client.js';