Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' into Implement-a-method-to-block-certain-offers-f…
Browse files Browse the repository at this point in the history
…rom-being-changed
  • Loading branch information
ricardobrg authored May 17, 2024
2 parents e18eba7 + 4ddeeb9 commit 648357a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ sealed class RewardType private constructor(val value: String) {

data class Custom(val type: String) : RewardType("custom:$type")


companion object {
fun from(type: String): RewardType {
return when {
Expand Down

0 comments on commit 648357a

Please sign in to comment.