refactor: show banner when the server is disabled

This commit is contained in:
Mauricio Siu
2024-10-21 02:19:10 -06:00
parent 53edf06476
commit c0afcaf3f6
8 changed files with 632 additions and 492 deletions

View File

@@ -252,7 +252,6 @@ export const composeRouter = createTRPCRouter({
descriptionLog: "",
server: !!compose.serverId,
};
console.log(jobData);
if (IS_CLOUD && compose.serverId) {
jobData.serverId = compose.serverId;