Skip to content

Commit

Permalink
Assigning secvault error state correctly.
Browse files Browse the repository at this point in the history
  • Loading branch information
SAUL committed Nov 26, 2024
1 parent af8cc9c commit dbbcfe3
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,4 @@ class CreditCard(id: EntityID<UUID>) : UUIDEntity(id) {
var lastUpdatedBy by CreditCardTable.lastUpdatedBy
var version by CreditCardTable.version

fun favorite(): CreditCard {
return this.apply {
favorite = true
}
}

}

0 comments on commit dbbcfe3

Please sign in to comment.