NebulousLabs / nodejs-skynet

Library for integrating Skynet into Node.js applications
MIT License
29 stars 12 forks source link

Fix upload errors due to missing headers #70

Closed mrcnski closed 4 years ago

mrcnski commented 4 years ago

Looks like I messed this up during the executeRequest refactor. Headers were not being propogated to axios properly and so the Content-Type header was always missing. No one tested v2.0.0 so it went unnoticed. This will require a version bump afterwards.