1
0
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:
Lai Jiang
2022-09-21 11:49:22 -04:00
committed by GitHub
parent 5bbad483e4
commit 82a3a49268
107 changed files with 528 additions and 573 deletions

View File

@@ -132,7 +132,7 @@ registry.json.Response.prototype.results;
/**
* @typedef {{
* allowedTlds: !Array<string>,
* clientIdentifier: string,
* registrarId: string,
* clientCertificate: string?,
* clientCertificateHash: string?,
* failoverClientCertificate: string?,