Skip to content

Commit

Permalink
fix rebase typo
Browse files Browse the repository at this point in the history
  • Loading branch information
floatdrop committed Jan 7, 2016
1 parent 9fefbb3 commit f0c43ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -48,7 +48,7 @@ function requestAsEventEmitter(opts) {
return;
}

setImmediate(function () {
setImmediate(() => {
ee.emit('response', typeof unzipResponse === 'function' && req.method !== 'HEAD' ? unzipResponse(res) : res);
});
});
Expand Down

0 comments on commit f0c43ef

Please sign in to comment.