Skip to content

Commit

Permalink
Remove unused line in transfer controller (#2632)
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyding authored Dec 10, 2024
1 parent fc5ff36 commit c9f988b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ export function transferToParentSubaccountResponseObject(
} else {
transferType = TransferType.WITHDRAWAL;
}
} else { // if (recipientParentSubaccountNum === parentSubaccountNumber) {
} else {
if (transfer.senderSubaccountId) {
transferType = TransferType.TRANSFER_IN;
} else {
Expand Down

0 comments on commit c9f988b

Please sign in to comment.