[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2026-04-03 20:30:20 +00:00
committed by GitHub
parent 06b18aca08
commit 4030049ee8
4 changed files with 8 additions and 24 deletions

View File

@@ -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));
}