Skip to content

Commit

Permalink
serialize project
Browse files Browse the repository at this point in the history
  • Loading branch information
Prometheo committed Nov 6, 2024
1 parent d375258 commit c3afe35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grantpicks/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ class Meta:
reviews = ApplicationReviewSerializer(many=True)
round = RoundSerializer()
applicant = AccountSerializer()
project = ProjectSerializer()
project = AccountSerializer()


SIMPLE_PROJECT_EXAMPLE = {
Expand Down

0 comments on commit c3afe35

Please sign in to comment.