refactor: simplify naming schema

This commit is contained in:
Mauricio Siu
2024-09-01 19:34:25 -06:00
parent 879311c332
commit 32ebd9b3b9
20 changed files with 393 additions and 211 deletions

View File

@@ -93,9 +93,9 @@ export const findComposeById = async (composeId: string) => {
deployments: true,
mounts: true,
domains: true,
githubProvider: true,
gitlabProvider: true,
bitbucketProvider: true,
github: true,
gitlab: true,
bitbucket: true,
},
});
if (!result) {