Skip to content

Commit

Permalink
PI-1554 added get staff by username endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
stevomcallister committed Oct 10, 2023
1 parent e1d5e41 commit 2f955c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ data class StaffGrade(
data class StaffDetail(
val username: String,
val name: PersonName,
val code: String,
val code: String
)

0 comments on commit 2f955c8

Please sign in to comment.