[autofix.ci] apply automated fixes (attempt 2/3)

This commit is contained in:
autofix-ci[bot]
2025-04-06 10:56:32 +00:00
committed by GitHub
parent e5ee06b67e
commit f5cffca37c

View File

@@ -188,11 +188,9 @@ export default async function handler(
return;
}
res
.status(200)
.json({
message: `Deployed ${totalApps} apps based on tag ${tagName}`,
});
res.status(200).json({
message: `Deployed ${totalApps} apps based on tag ${tagName}`,
});
return;
} catch (error) {
console.error("Error deploying applications on tag:", error);