Skip to content

Commit

Permalink
✏️(backend) fix read_only_fields is_favorite
Browse files Browse the repository at this point in the history
is_favorite has a typo error.
This commit fixes it.
  • Loading branch information
AntoLC committed Jan 15, 2025
1 parent 52e9c9f commit b5628c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/core/api/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ class Meta:
"abilities",
"created_at",
"creator",
"is_avorite",
"is_favorite",
"link_role",
"link_reach",
"nb_accesses",
Expand Down

0 comments on commit b5628c4

Please sign in to comment.