Skip to content

Commit bc6c0ab

Browse files
committed
settings sync for teams
1 parent 24ccef6 commit bc6c0ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/shadow/npm-injection.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const orgSettingsPromise = settingsPromise.then(async ({ getSetting, updateSetti
5353
const curOrg = settings.organizations[org.id];
5454
return {
5555
id: org.id,
56-
issueRules: curOrg.plan.tier === 'enterprise'
56+
issueRules: curOrg.plan.tier === 'enterprise' || curOrg.plan.tier === 'team'
5757
? curOrg.issueRules
5858
: org.issueRules
5959
}

0 commit comments

Comments
 (0)