[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; return;
} }
res res.status(200).json({
.status(200) message: `Deployed ${totalApps} apps based on tag ${tagName}`,
.json({ });
message: `Deployed ${totalApps} apps based on tag ${tagName}`,
});
return; return;
} catch (error) { } catch (error) {
console.error("Error deploying applications on tag:", error); console.error("Error deploying applications on tag:", error);