summaryrefslogtreecommitdiffstats
path: root/web/react/dispatcher
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-12-10 14:51:46 -0800
committer=Corey Hulen <corey@hulen.com>2015-12-11 06:49:41 -0800
commit5472bafb57a6e34f057b4b03d69f0aaa290ac019 (patch)
tree48efa3d578dcc41c17fb9c002c018eb903f38de8 /web/react/dispatcher
parent15cc7ccafc745be683cbe9c98409187ecb6a1784 (diff)
downloadchat-5472bafb57a6e34f057b4b03d69f0aaa290ac019.tar.gz
chat-5472bafb57a6e34f057b4b03d69f0aaa290ac019.tar.bz2
chat-5472bafb57a6e34f057b4b03d69f0aaa290ac019.zip
Fixing eslint error
Diffstat (limited to 'web/react/dispatcher')
-rw-r--r--web/react/dispatcher/event_helpers.jsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/web/react/dispatcher/event_helpers.jsx b/web/react/dispatcher/event_helpers.jsx
index 862ff3594..fa4d1d64f 100644
--- a/web/react/dispatcher/event_helpers.jsx
+++ b/web/react/dispatcher/event_helpers.jsx
@@ -9,7 +9,6 @@ import Constants from '../utils/constants.jsx';
const ActionTypes = Constants.ActionTypes;
import * as AsyncClient from '../utils/async_client.jsx';
import * as Client from '../utils/client.jsx';
-import * as Utils from '../utils/utils.jsx';
export function emitChannelClickEvent(channel) {
AsyncClient.getChannels(true);