UNPKG

bfx-api-node-plugin-wd

Version:

Connection watchdog plugin for the official Bitfinex Node API

13 lines (9 loc) 236 B
'use strict' const debug = require('debug')('bfx:api:plugins:wd:ws:open') module.exports = (h = {}, args = {}) => ({ state = {} } = {}) => { debug('setting managed close flag') return { ...state, managedClose: true } }