mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-23 10:56:21 +00:00
fixup! feat: eliminar registros en njalla
This commit is contained in:
parent
38a8ad1e1d
commit
03a5742889
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ class DeployDistributedPress < Deploy
|
||||||
end
|
end
|
||||||
|
|
||||||
def delete_njalla_records!
|
def delete_njalla_records!
|
||||||
%[a ns cname].each do |type|
|
%w[a ns cname].each do |type|
|
||||||
next unless (id = remote_info.dig('njalla', type, 'id'))
|
next unless (id = remote_info.dig('njalla', type, 'id'))
|
||||||
|
|
||||||
njalla.remove_record(id: id)
|
njalla.remove_record(id: id)
|
||||||
|
|
Loading…
Reference in a new issue