We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d95eced + 10d40e0 commit e29936cCopy full SHA for e29936c
lib/query-emitter.js
@@ -202,7 +202,7 @@ QueryEmitter.prototype.queryPoll = function(callback) {
202
var inserted = getInserted(idsDiff);
203
if (inserted.length) {
204
var snapshotOptions = {};
205
- if (emitter.agent) snapshotOptions.agentCustom = emitter.agent.custom;
+ snapshotOptions.agentCustom = emitter.agent.custom;
206
207
function _getSnapshotBulkCb(err, snapshotMap) {
208
if (err) return emitter._finishPoll(err, callback, pending);
0 commit comments