fix linter issues

This commit is contained in:
Lucas Manchine
2025-07-29 09:33:19 -03:00
parent 4f2b270f1d
commit 64290fcbf6
2 changed files with 2 additions and 0 deletions

View File

@@ -123,6 +123,7 @@ const baseApp: ApplicationNested = {
username: null,
dockerContextPath: null,
rollbackActive: false,
stopGracePeriodSwarm: null,
};
describe("unzipDrop using real zip files", () => {

View File

@@ -103,6 +103,7 @@ const baseApp: ApplicationNested = {
updateConfigSwarm: null,
username: null,
dockerContextPath: null,
stopGracePeriodSwarm: null,
};
const baseDomain: Domain = {