fix: ditch node-fetch

This commit is contained in:
2023-09-09 23:02:43 -05:00
parent c0f50f0410
commit 293a4c0b81
2 changed files with 1 additions and 3 deletions

View File

@@ -12,8 +12,7 @@
},
"dependencies": {
"eslint-plugin-prettier": "^5.0.0",
"nitropack": "latest",
"node-fetch": "^3.3.2"
"nitropack": "latest"
},
"devDependencies": {
"eslint": "^8.48.0",

View File

@@ -1,4 +1,3 @@
import fetch from 'node-fetch';
import {
defineEventHandler,
EventHandlerRequest,