Skip to content

Commit

Permalink
Update octodns_transip/__init__.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ross McFarland <[email protected]>
  • Loading branch information
gerardkok and ross authored Nov 14, 2024
1 parent 7092aa3 commit 9444d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octodns_transip/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ def _apply(self, plan):
for change in changes:
record = change.record

if record and record.name == '' and record._type == 'NS':
if record.name == '' and record._type == 'NS':
values = record.values

nameservers = []
Expand Down

0 comments on commit 9444d48

Please sign in to comment.