Skip to content

Commit

Permalink
Merge pull request #196 from Teknologforeningen/revert-93-Graduated-t…
Browse files Browse the repository at this point in the history
…o-HTK-dump

Revert "Graduated to HTK dump"
  • Loading branch information
backjonas authored Feb 29, 2024
2 parents f0254da + eac034d commit 81fad25
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion teknologr/api/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,6 @@ 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 81fad25

Please sign in to comment.