summaryrefslogtreecommitdiffstats
path: root/webapp
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2017-03-17 13:36:18 -0400
committerChristopher Speller <crspeller@gmail.com>2017-03-17 13:36:18 -0400
commitefd6c8606664797f20a3f591b68ee79ee1a1682a (patch)
treebf66d18a9645836e5b35ee35008de284549429c5 /webapp
parent7f266c19511171f509ae8a60170de10c8d10b41e (diff)
downloadchat-efd6c8606664797f20a3f591b68ee79ee1a1682a.tar.gz
chat-efd6c8606664797f20a3f591b68ee79ee1a1682a.tar.bz2
chat-efd6c8606664797f20a3f591b68ee79ee1a1682a.zip
Fxing build
Diffstat (limited to 'webapp')
-rw-r--r--webapp/utils/async_client.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/utils/async_client.jsx b/webapp/utils/async_client.jsx
index 1fc19b5f2..4afd1cc20 100644
--- a/webapp/utils/async_client.jsx
+++ b/webapp/utils/async_client.jsx
@@ -85,7 +85,7 @@ export function getChannels() {
(err) => {
callTracker.getChannels = 0;
dispatchError(err, 'getChannels');
- reject();
+ reject(new Error('Unable to getChannels'));
}
);
});