[javascript] fixed wrong variable usage
This commit is contained in:
parent
c9e7a341e7
commit
3be4f0e9b4
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ async function send_this(data) {
|
||||||
queue.enqueue(data, 1);
|
queue.enqueue(data, 1);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
data.reject(response);
|
data.reject(err);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue