Skip to content

Commit

Permalink
code refactoring - fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mhmdk0 committed Dec 7, 2024
1 parent 3052143 commit 100c20f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/dataset/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ def validate(self, data):
raise serializers.ValidationError(
"User cannot update non editable fields in Operation mode"
)
self._validate_guid(data)
self._validate_guid(data)

return data

0 comments on commit 100c20f

Please sign in to comment.