waifuvault / WaifuVault

temporary file hosting service

Home Page:https://waifuvault.moe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

remove redundant fetch dep

Satont opened this issue · comments

"node-fetch": "^3.3.2",

Nodejs since version 16 or 18 has fetch out of the box as global. What purpose of dependency?

"node-fetch": "^3.3.2",

Nodejs since version 16 or 18 has fetch out of the box as global. What purpose of dependency?

Yeh, you are right, the Node SDK makes use of the built in fetch. the reason i used this was that it was there from my template. I always meant to remove it but keep forgetting. was put in node 18 and improved in node 21 i think