Minor cleanup
This commit is contained in:
parent
1d33c47bfe
commit
2fe646ec03
2 changed files with 1 additions and 3 deletions
|
|
@ -10,7 +10,7 @@ var sio = require("socket.io");
|
|||
var db = require("../database");
|
||||
import * as ChannelStore from '../channel-storage/channelstore';
|
||||
import { ChannelStateSizeError } from '../errors';
|
||||
import * as Promise from 'bluebird';
|
||||
import Promise from 'bluebird';
|
||||
|
||||
/**
|
||||
* Previously, async channel functions were riddled with race conditions due to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue