[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,9 +188,7 @@ export default async function handler(
return; return;
} }
res res.status(200).json({
.status(200)
.json({
message: `Deployed ${totalApps} apps based on tag ${tagName}`, message: `Deployed ${totalApps} apps based on tag ${tagName}`,
}); });
return; return;