mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
[autofix.ci] apply automated fixes (attempt 2/3)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user