You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 6, 2023. It is now read-only.
Right now, the line var proxy = process.env.proxy || process.env.HTTP_PROXY || null is repeated across the module. Also, the case is inconsistent in a lot of places. I can move all of the occurences into utils.js and call a function from there at the top of each file (such upload.js and refer to that for the rest of the file)
I will work on this, if you would be interested in this patch.