Compare commits
No commits in common. "pm-handle-multiple-dns" and "main" have entirely different histories.
pm-handle-
...
main
@ -159,9 +159,7 @@ export class RegHelper {
|
||||
}
|
||||
|
||||
status.app = r.attributes.application;
|
||||
|
||||
const dnsList: string[] = r.attributes.dns ? r.attributes.dns.split(",") : [];
|
||||
const hostname = dnsList.length ? dnsList[dnsList.length - 1] : generateHostnameForApp(app);
|
||||
const hostname = r.attributes.dns ?? generateHostnameForApp(app);
|
||||
|
||||
if (deploymentsByRequest.has(r.id)) {
|
||||
const deployment = deploymentsByRequest.get(r.id);
|
||||
|
Loading…
Reference in New Issue
Block a user