Skip to content

Commit

Permalink
fix 123
Browse files Browse the repository at this point in the history
  • Loading branch information
ymakedaq committed Sep 24, 2024
1 parent daf4020 commit d79edf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbm-ui/backend/db_services/mysql/toolbox/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class TendbHaSlaveInstanceAddDomainSet(viewsets.SystemViewSet):
def slave_ins_add_domain(self, request, **kwargs):
data = self.params_validate(self.get_serializer_class())
cluster_id = data["cluster_id"]
domain = data["domain"]
domain = data["domain_name"]
slave_ip = data["slave_ip"]
slave_port = data["slave_port"]
if ClusterEntry.objects.filter(cluster_entry_type=ClusterEntryType.DNS.value, entry=domain).exists():
Expand Down

0 comments on commit d79edf1

Please sign in to comment.