mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-22 14:18:32 +03:00
comment unused condition
This commit is contained in:
parent
b0731d2e5d
commit
3e05949ff4
@ -183,8 +183,8 @@ export const buildTransferOpsArray = (
|
||||
// case TransferTypes.DELEGATE_SPK:
|
||||
// func = delegateLarynx;
|
||||
// break;
|
||||
default:
|
||||
break;
|
||||
// default:
|
||||
// break;
|
||||
|
||||
default:
|
||||
throw new Error(`Unsupported transaction type: ${transferType}`);
|
||||
|
Loading…
Reference in New Issue
Block a user