Skip to content

Commit af5efab

Browse files
committed
Merge branch 'master' of https://github.com/PROCOLLAB-github/api
2 parents 98cbd3e + 487fae1 commit af5efab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

users/serializers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class MentorSerializer(serializers.ModelSerializer):
1717
class Meta:
1818
model = Mentor
1919
fields = [
20-
"job",
20+
# "job",
2121
"useful_to_project",
2222
]
2323

0 commit comments

Comments
 (0)