remove node-fetch

This commit is contained in:
tamaina 2023-01-02 18:44:25 +00:00
parent 80f9a81ac4
commit b05254f163
3 changed files with 1 additions and 3 deletions

View file

@ -1,6 +1,5 @@
import * as crypto from 'node:crypto';
import { Inject, Injectable } from '@nestjs/common';
import fetch from 'node-fetch';
import { HttpRequestService } from '@/core/HttpRequestService.js';
import { bindThis } from '@/decorators.js';
import { CONTEXTS } from './misc/contexts.js';