Skip to content

Commit

Permalink
Fxing build
Browse files Browse the repository at this point in the history
  • Loading branch information
crspeller committed Mar 17, 2017
1 parent 7f266c1 commit efd6c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/utils/async_client.jsx
Expand Up @@ -85,7 +85,7 @@ export function getChannels() {
(err) => {
callTracker.getChannels = 0;
dispatchError(err, 'getChannels');
reject();
reject(new Error('Unable to getChannels'));
}
);
});
Expand Down

0 comments on commit efd6c86

Please sign in to comment.