Skip to content

Commit 4cf0012

Browse files
Updates missing access cases
1 parent fef314b commit 4cf0012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/git/gitProviderService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,7 @@ export class GitProviderService implements Disposable {
773773
return { allowed: subscription.account?.verified !== false, subscription: { current: subscription } };
774774
}
775775

776-
if (feature === 'launchpad') {
776+
if (feature === 'launchpad' || feature === 'startWork' || feature === 'associateIssueWithBranch') {
777777
return { allowed: false, subscription: { current: subscription, required: SubscriptionPlanId.Pro } };
778778
}
779779

0 commit comments

Comments
 (0)