Skip to content

Commit

Permalink
username instead of name
Browse files Browse the repository at this point in the history
  • Loading branch information
KjellBerlin committed Sep 20, 2024
1 parent 149d3c2 commit 642b03b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ data class SlackMessage(

@JsonIgnoreProperties(ignoreUnknown = true)
data class SlackUser(
val name: String
val username: String
)

0 comments on commit 642b03b

Please sign in to comment.