Skip to content

Commit

Permalink
release: 0.5.4 (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
devxb authored May 12, 2024
2 parents a0185d4 + d98c573 commit d217529
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class UserService(

val user = getUserByName(name)

return user.addPersona(PersonaType.valueOf(personaType.uppercase()))
return user.addPersona(id, PersonaType.valueOf(personaType.uppercase()), level)
}

private fun requireIdempotency(idempotencyKey: String) {
Expand Down

0 comments on commit d217529

Please sign in to comment.