remove url import

This commit is contained in:
mistval
2022-02-21 10:37:23 -05:00
parent 2bc4cd6de0
commit fee0cdd085
3 changed files with 3 additions and 4 deletions

View File

@ -1,6 +1,5 @@
import fetch, { Request } from 'node-fetch';
import fs from 'fs';
import { URLSearchParams } from 'url';
import crypto from 'crypto';
import locko from 'locko';
import { NFCResponse } from './classes/response.js';