mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-07-07 06:55:23 +02:00
[autofix.ci] apply automated fixes
This commit is contained in:
@@ -66,10 +66,7 @@ export const getAccessibleGitProviderIds = async (session: {
|
||||
columns: { accessedGitProviders: true, role: true },
|
||||
});
|
||||
|
||||
if (
|
||||
memberRecord?.role === "owner" ||
|
||||
memberRecord?.role === "admin"
|
||||
) {
|
||||
if (memberRecord?.role === "owner" || memberRecord?.role === "admin") {
|
||||
return new Set(allOrgProviders.map((p) => p.gitProviderId));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user