Skip to content

Commit b2e1195

Browse files
chore: remove commented code
1 parent 11c94f1 commit b2e1195

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

features/exploredash/src/main/java/org/dash/wallet/features/exploredash/ui/dashspend/dialogs/GiftCardDetailsViewModel.kt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -504,8 +504,7 @@ class GiftCardDetailsViewModel @Inject constructor(
504504
metadataProvider.updateGiftCardMetadata(
505505
giftCard.copy(
506506
number = number,
507-
pin = pinCode,
508-
// note = null
507+
pin = pinCode
509508
)
510509
)
511510
}
@@ -519,8 +518,7 @@ class GiftCardDetailsViewModel @Inject constructor(
519518
viewModelScope.launch {
520519
metadataProvider.updateGiftCardMetadata(
521520
giftCard.copy(
522-
merchantUrl = merchantUrl,
523-
// note = null
521+
merchantUrl = merchantUrl
524522
)
525523
)
526524
}

0 commit comments

Comments
 (0)