5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-23 18:06:21 +00:00

Merge branch 'issue-10464' into panel.sutty.nl

This commit is contained in:
f 2023-03-31 13:42:39 -03:00
commit 5fe8a851aa

View file

@ -168,7 +168,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)