Skip to content

Commit

Permalink
Merge pull request #1434 from gtech-mulearn/dev
Browse files Browse the repository at this point in the history
[PATCH] Remove unnecessary `verified` (#1433)
  • Loading branch information
MZaFaRM authored Oct 27, 2023
2 parents 5a0eff0 + 78cd52c commit 154edb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/register/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def create(self, validated_data):

class Meta:
model = UserOrganizationLink
fields = ["user", "organizations", "verified", "department", "graduation_year"]
fields = ["user", "organizations", "department", "graduation_year"]


class ReferralSerializer(serializers.ModelSerializer):
Expand Down

0 comments on commit 154edb2

Please sign in to comment.