Skip to content

Commit

Permalink
precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
Ross Perry authored and Ross Perry committed Oct 17, 2024
1 parent 625d8a8 commit 71decda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions seed/serializers/systems.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ def validate(self, data):
raise serializers.ValidationError("Service name must be unique within system")
return data


class SystemSerializer(serializers.ModelSerializer):
services = ServiceSerializer(many=True, read_only=True)
type = serializers.ReadOnlyField(default="unknown")
Expand Down

0 comments on commit 71decda

Please sign in to comment.