We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c806486 commit 8d594a9Copy full SHA for 8d594a9
bin/registrars.pl
@@ -69,7 +69,7 @@
69
my $data = {
70
'objectClassName' => 'entity',
71
'handle' => sprintf('%s-iana', $id),
72
- 'publicIds' => [ { 'type' => 'IANA Registrar ID', 'identifier' => int($id) }],
+ 'publicIds' => [ { 'type' => 'IANA Registrar ID', 'identifier' => sprintf("%u", $id) }],
73
'rdapConformance' => [ 'rdap_level_0' ],
74
'status' => [ 'active' ],
75
'vcardArray' => [ 'vcard', [ [
0 commit comments