[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2026-01-28 06:10:38 +00:00
committed by GitHub
parent 27a0490536
commit f72dfb3fc7
2 changed files with 7 additions and 2 deletions

View File

@@ -120,7 +120,10 @@ export const SaveBitbucketProviderCompose = ({ composeId }: Props) => {
bitbucketId,
},
{
enabled: !!repository?.owner && !!(repository?.slug || repository?.repo) && !!bitbucketId,
enabled:
!!repository?.owner &&
!!(repository?.slug || repository?.repo) &&
!!bitbucketId,
},
);

View File

@@ -100,7 +100,9 @@ export default async function handler(
const commitedPaths = await extractCommitedPaths(
req.body,
composeResult.bitbucket,
composeResult.bitbucketRepositorySlug || composeResult.bitbucketRepository || "",
composeResult.bitbucketRepositorySlug ||
composeResult.bitbucketRepository ||
"",
);
const shouldDeployPaths = shouldDeploy(