Skip to content

Commit aa1363f

Browse files
authored
Update index.js
1 parent 59b00d7 commit aa1363f

File tree

1 file changed

+1
-2
lines changed
  • package/server/imports/operator/queue

1 file changed

+1
-2
lines changed

package/server/imports/operator/queue/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,8 @@ queue.prototype.trigger = function () {
5959
}
6060
} catch(e) {
6161
console.error(e);
62-
} finally {
6362
self.available = true;
64-
}
63+
}
6564
}
6665
}
6766

0 commit comments

Comments
 (0)