mirror of
https://github.com/internetee/registry.git
synced 2025-06-11 15:14:47 +02:00
Add trailing comma to hash
This commit is contained in:
parent
e88884485a
commit
fd6e5c9bf9
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ module Serializers
|
||||||
status_notes: domain.status_notes,
|
status_notes: domain.status_notes,
|
||||||
nameservers: nameservers,
|
nameservers: nameservers,
|
||||||
dnssec_keys: dnssec_keys,
|
dnssec_keys: dnssec_keys,
|
||||||
dnssec_changed_at: dnssec_updated_at
|
dnssec_changed_at: dnssec_updated_at,
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue