Skip to content

Commit

Permalink
Merge pull request #93 from Teknologforeningen/Graduated-to-HTK-dump
Browse files Browse the repository at this point in the history
Graduated to HTK dump
  • Loading branch information
christiansegercrantz authored Feb 29, 2024
2 parents 8d0d880 + 8f819f9 commit f0254da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions teknologr/api/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -647,6 +647,7 @@ def dumpMember(member):

return {
"id": member.id,
"graduated": member.graduated_year if member.graduated else member.graduated,
"name": member.full_name,
"functionaries": func_list,
"groups": group_list,
Expand Down

0 comments on commit f0254da

Please sign in to comment.