mirror of
https://github.com/zoriya/flood.git
synced 2025-12-23 23:55:15 +00:00
Handle errors properly
This commit is contained in:
@@ -108,7 +108,7 @@ class TransferDataStoreClass extends BaseStore {
|
||||
}
|
||||
|
||||
handleTransferHistoryError(error) {
|
||||
console.trace(error);
|
||||
this.emit(EventTypes.CLIENT_TRANSFER_HISTORY_REQUEST_ERROR);
|
||||
}
|
||||
|
||||
handleTransferHistorySuccess(transferData) {
|
||||
|
||||
Reference in New Issue
Block a user