Skip to content

Commit

Permalink
fix encoder
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike-Miller committed Oct 11, 2024
1 parent c962ca1 commit b421dbf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ object Teams {
object AddTeamRepoPermission {
implicit val encoder: Encoder[AddTeamRepoPermission] = new Encoder[AddTeamRepoPermission]{
def apply(a: AddTeamRepoPermission): Json = Json.obj(
"permissions" -> a.permission.asJson
"permission" -> a.permission.asJson
)
}
}
Expand Down

0 comments on commit b421dbf

Please sign in to comment.