Skip to content
This repository was archived by the owner on Jan 14, 2022. It is now read-only.

Commit b51d880

Browse files
committed
fixed typo
1 parent ce3c65a commit b51d880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/promiseQueue.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export class PromiseQueue {
99
this.stop = false;
1010
}
1111

12-
enqueue(deferred) {
12+
enqueue(promise) {
1313
return new Promise((resolve, reject) => {
1414
this.queue.push({
1515
promise,

0 commit comments

Comments
 (0)