keuss 2.0.1 → 2.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/QFactory.js +1 -1
  2. package/package.json +1 -1
package/QFactory.js CHANGED
@@ -130,7 +130,7 @@ class QFactory {
130
130
 
131
131
  _.each (ql, (v, k) => {
132
132
  debug ('%s: recreating topology: adding queue %s with opts %o', this._name, k, v.opts);
133
- ret[k] = cb => this.queue (k, v.opts, cb); // TODO fix to async
133
+ tasks[k] = cb => this.queue (k, v.opts, cb);
134
134
  });
135
135
 
136
136
  async.parallel (tasks, cb);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "keuss",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "keywords": [
5
5
  "queue",
6
6
  "persistent",