Skip to content

Commit

Permalink
Remove unused props
Browse files Browse the repository at this point in the history
  • Loading branch information
timursevimli committed Jan 10, 2024
1 parent ed968aa commit c14910f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions queue.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
const { debounce } = require('./utils.js');

class Queue {
next;
takeNext;

constructor(concurrency, size = Infinity) {
this.concurrency = concurrency;
this.size = size;
Expand Down

0 comments on commit c14910f

Please sign in to comment.