summaryrefslogtreecommitdiffstats
path: root/webapp
diff options
context:
space:
mode:
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'));
}
);
});