diff --git a/fusto/websocket-stream-source.js b/fusto/websocket-stream-source.js index f7bf25a..253b071 100644 --- a/fusto/websocket-stream-source.js +++ b/fusto/websocket-stream-source.js @@ -17,6 +17,6 @@ module.exports = socket => (push, next) => { socket.on('close', () => { // console.info('socket close event') // eslint-disable-next-line unicorn/no-null - push(null, nil) + push(nil) }) } diff --git a/package.json b/package.json index ee777ac..84c28b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "moar-js", - "version": "1.11.1", + "version": "1.11.2", "description": "Simple JavaScript files I use across projects", "author": { "name": "Daniele Dellafiore"