Skip to content

Commit

Permalink
rename player.federation
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Feb 3, 2025
1 parent 278e37a commit b7c2e6c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modules/fide/src/main/FideJson.scala
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ object FideJson:
def player(p: FidePlayer): JsObject =
Json
.obj(
"id" -> p.id,
"name" -> p.name,
"fed" -> p.fed,
"year" -> p.year
"id" -> p.id,
"name" -> p.name,
"federation" -> p.fed,
"year" -> p.year
)
.add("title" -> p.title)
.add("inactive" -> p.inactive)
Expand Down

0 comments on commit b7c2e6c

Please sign in to comment.