Skip to content

Commit 342fc2a

Browse files
committed
✏️(backend) fix read_only_fields is_favorite
is_favorite has a typo error. This commit fixes it.
1 parent b8132ef commit 342fc2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/core/api/serializers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ class Meta:
201201
"abilities",
202202
"created_at",
203203
"creator",
204-
"is_avorite",
204+
"is_favorite",
205205
"link_role",
206206
"link_reach",
207207
"nb_accesses",

0 commit comments

Comments
 (0)