mirror of
https://github.com/google/nomulus
synced 2026-02-03 19:42:39 +00:00
Rename various fields and classes after migration (#1784)
Also fixed a bug introduced in #1785 where identity checked were performed instead of equality. This resulted in two sets containing the same elements not being regarded as equal and subsequent DNS updated being unnecessarily enqueued.
This commit is contained in:
@@ -132,7 +132,7 @@ registry.json.Response.prototype.results;
|
||||
/**
|
||||
* @typedef {{
|
||||
* allowedTlds: !Array<string>,
|
||||
* clientIdentifier: string,
|
||||
* registrarId: string,
|
||||
* clientCertificate: string?,
|
||||
* clientCertificateHash: string?,
|
||||
* failoverClientCertificate: string?,
|
||||
|
||||
Reference in New Issue
Block a user