Fix channel save error introduced by removing async-to-generator
This commit is contained in:
parent
d9e2a62f77
commit
c7fcd11e53
4 changed files with 50 additions and 30 deletions
|
|
@ -9,8 +9,6 @@ import { ChannelStateSizeError } from '../errors';
|
|||
import { EventEmitter } from 'events';
|
||||
import { throttle } from '../util/throttle';
|
||||
import Logger from '../logger';
|
||||
// Not directly used, but needs to be in scope for async functions
|
||||
import Promise from 'bluebird';
|
||||
|
||||
const LOGGER = require('@calzoneman/jsli')('channel');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue