Commit 81c16b02 by crushh

update: dist

parent 3bca1255
......@@ -114,8 +114,7 @@ const requests = (url, data = {}, contentTypeIsJSON = false, isSilence = false,
} else {
_opts.params = Object.assign({ requestProject: 'gic-web' }, data);
}
console.log(url, data, contentTypeIsJSON, isSilence, method, urlData);
console.log(_opts);
let key = JSON.stringify(_opts);
if (!pendingRequest.has(key)) {
pendingRequest.set(key, Date.now());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment