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 Mar 10, 2020. It is now read-only.
Change const sendOneFile = SendOneFile(moduleConfig(arg), 'add') to let
after the check of is valid url, add check for opts.pin === true and recreate sendOneFile
if(!validUrl(url)){returncallback(newError('"url" param must be an http(s) url'))}if(opts.pin===true){sendOneFile=SendOneFile(moduleConfig(arg),'pin/add')}requestWithRedirect(url,opts,sendOneFile,callback)