waifuvault/WaifuVault

remove redundant fetch dep

Closed this issue · 1 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