Handle errors properly

This commit is contained in:
John Furrow
2016-02-27 18:33:32 -08:00
parent e6cf159162
commit dd5fded210
10 changed files with 91 additions and 44 deletions

View File

@@ -108,7 +108,7 @@ class TransferDataStoreClass extends BaseStore {
}
handleTransferHistoryError(error) {
console.trace(error);
this.emit(EventTypes.CLIENT_TRANSFER_HISTORY_REQUEST_ERROR);
}
handleTransferHistorySuccess(transferData) {