Reverting

This commit is contained in:
Pinga 2025-04-29 10:17:15 +03:00
parent d01a6e7a21
commit 614fbc93a3
2 changed files with 4 additions and 8 deletions

View file

@ -980,8 +980,7 @@ function handleEntityQuery($request, $response, $pdo, $entityHandle, $c, $log) {
"publicIds" => [
[
"identifier" => (string)$registrarDetails['iana_id'],
"type" => "IANA Registrar ID",
"value" => (string)$registrarDetails['iana_id']
"type" => "IANA Registrar ID"
]
],
"roles" => ["registrar"],
@ -2900,8 +2899,7 @@ function handleEntitySearchQuery($request, $response, $pdo, $searchPattern, $c,
"publicIds" => [
[
"identifier" => (string)$registrarDetails['iana_id'],
"type" => "IANA Registrar ID",
"value" => (string)$registrarDetails['iana_id']
"type" => "IANA Registrar ID"
]
],
"roles" => ["registrar"],

View file

@ -980,8 +980,7 @@ function handleEntityQuery($request, $response, $pdo, $entityHandle, $c, $log) {
"publicIds" => [
[
"identifier" => (string)$registrarDetails['iana_id'],
"type" => "IANA Registrar ID",
"value" => (string)$registrarDetails['iana_id']
"type" => "IANA Registrar ID"
]
],
"roles" => ["registrar"],
@ -2900,8 +2899,7 @@ function handleEntitySearchQuery($request, $response, $pdo, $searchPattern, $c,
"publicIds" => [
[
"identifier" => (string)$registrarDetails['iana_id'],
"type" => "IANA Registrar ID",
"value" => (string)$registrarDetails['iana_id']
"type" => "IANA Registrar ID"
]
],
"roles" => ["registrar"],