mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-20 22:55:22 +02:00
[autofix.ci] apply automated fixes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user