Skip to content

Commit 5b1c9e8

Browse files
committed
Move into a separate pr [share#517]
1 parent fa1926d commit 5b1c9e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/backend.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ Backend.prototype.trigger = function(action, agent, request, callback) {
197197
if (err) return callback(err);
198198
var fn = fns.shift();
199199
if (!fn) return callback();
200-
fn(request, callback);
200+
fn(request, next);
201201
};
202202
next();
203203
};

0 commit comments

Comments
 (0)