Skip to content

Commit c9ffa22

Browse files
committed
add empty "roles" property
1 parent 90c2417 commit c9ffa22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/registrars.pl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
my $data = {
7070
'objectClassName' => 'entity',
7171
'handle' => sprintf('%s-iana', $id),
72+
'roles' => [],
7273
'publicIds' => [ { 'type' => 'IANA Registrar ID', 'identifier' => sprintf("%u", $id) }],
7374
'rdapConformance' => [ 'rdap_level_0' ],
7475
'status' => [ 'active' ],

0 commit comments

Comments
 (0)