[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2026-03-09 08:49:06 +00:00
committed by GitHub
parent 3e4a1b92eb
commit 6866e2b63a

View File

@@ -100,8 +100,9 @@ export const ShowDeployments = ({
);
const webhookUrl = useMemo(
() => `${url}/api/deploy${type === "compose" ? "/compose" : ""}/${refreshToken}`,
[url, refreshToken, type]
() =>
`${url}/api/deploy${type === "compose" ? "/compose" : ""}/${refreshToken}`,
[url, refreshToken, type],
);
const MAX_DESCRIPTION_LENGTH = 200;