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,5 +1,4 @@
import { URLSearchParams } from 'node:url';
import fetch from 'node-fetch';
import { Inject, Injectable } from '@nestjs/common';
import type { NotesRepository } from '@/models/index.js';
import { Endpoint } from '@/server/api/endpoint-base.js';