Skip to content

Commit fd8f90c

Browse files
committed
add subscribed_projects to user
1 parent d8b1bd9 commit fd8f90c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

users/serializers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ class Meta:
138138
"verification_date",
139139
"onboarding_stage",
140140
"projects",
141+
"subscribed_projects",
141142
]
142143

143144
def update(self, instance, validated_data):

0 commit comments

Comments
 (0)