Comparing version 1.6.1 to 1.6.2
@@ -32,3 +32,3 @@ 'use strict'; | ||
var alreadyInQueue = _.find(this.queue[id], function (o) { | ||
return o.id === objId && o.payload === object; | ||
return o.id === objId; | ||
}); | ||
@@ -35,0 +35,0 @@ |
{ | ||
"author": "adrai", | ||
"name": "cqrs-saga", | ||
"version": "1.6.1", | ||
"version": "1.6.2", | ||
"private": false, | ||
@@ -6,0 +6,0 @@ "main": "index.js", |
@@ -0,1 +1,4 @@ | ||
## [v1.6.2](https://github.com/adrai/node-cqrs-saga/compare/v1.6.1...v1.6.2) | ||
- fix alreadyInQueue check | ||
## [v1.6.1](https://github.com/adrai/node-cqrs-saga/compare/v1.6.0...v1.6.1) | ||
@@ -2,0 +5,0 @@ - redis: replace .keys() calls with .scan() calls => scales better |
Sorry, the diff of this file is not supported yet
263694