Skip to content

Commit

Permalink
Update message in example store
Browse files Browse the repository at this point in the history
  • Loading branch information
waltkb committed Nov 14, 2024
1 parent 59abf55 commit a89e6e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ object ExampleAccountStore : EditableAccountStore {
override suspend fun lookupAccountUuid(identifier: AccountIdentifier): String {
println("Lookup account uuid by identifier: $identifier")
println("Account ids is: $wip_accounts")
return wip_account_ids[identifier] ?: error("No account for account id: $this")
return wip_account_ids[identifier] ?: error("No account for account id: $identifier")
}

}

0 comments on commit a89e6e8

Please sign in to comment.