[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2025-10-05 05:43:58 +00:00
committed by GitHub
parent 4bced9ede0
commit e9b5699f8e
4 changed files with 54 additions and 48 deletions

View File

@@ -452,8 +452,8 @@ export const generateConfigContainer = (
}),
...(sanitizedStopGracePeriodSwarm !== null &&
sanitizedStopGracePeriodSwarm !== undefined && {
StopGracePeriod: sanitizedStopGracePeriodSwarm,
}),
StopGracePeriod: sanitizedStopGracePeriodSwarm,
}),
...(networkSwarm
? {
Networks: networkSwarm,