Skip to content

Commit

Permalink
Merge pull request #43 from gerardkok/patch-1
Browse files Browse the repository at this point in the history
Fix deletion of records
  • Loading branch information
ross authored Nov 14, 2024
2 parents 3e814da + 9444d48 commit e8f3b98
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 @@ -254,7 +254,7 @@ def _apply(self, plan):
)

for change in changes:
record = change.new
record = change.record

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

0 comments on commit e8f3b98

Please sign in to comment.