Fix validation error

main
Elbert Alias 3 years ago
parent a527790132
commit 45e72f7099

@ -476,7 +476,7 @@ const Driver = {
if (!xhrDebounce.includes(hostname)) {
xhrDebounce.push(hostname)
setTimeout(async () => {
setTimeout(() => {
xhrDebounce.splice(xhrDebounce.indexOf(hostname), 1)
xhrAnalyzed[originHostname] = xhrAnalyzed[originHostname] || []

Loading…
Cancel
Save