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: "", domainId: "",
path: "/", path: "/",
createdAt: "", createdAt: "",
isPreviewDeployment: false,
previewDeploymentId: "", previewDeploymentId: "",
}; };

View File

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