refactor: update

This commit is contained in:
Mauricio Siu
2024-12-07 22:52:23 -06:00
parent f65822ca7e
commit ff8263d8f6
2 changed files with 0 additions and 2 deletions

View File

@@ -17,7 +17,6 @@ describe("createDomainLabels", () => {
domainId: "",
path: "/",
createdAt: "",
isPreviewDeployment: false,
previewDeploymentId: "",
};

View File

@@ -105,7 +105,6 @@ const baseDomain: Domain = {
composeId: "",
domainType: "application",
uniqueConfigKey: 1,
isPreviewDeployment: false,
previewDeploymentId: "",
};