There was an error while loading. Please reload this page.
1 parent ce46c8d commit 7854acaCopy full SHA for 7854aca
1 file changed
apps/webapp/app/presenters/v3/LimitsPresenter.server.ts
@@ -151,9 +151,7 @@ export class LimitsPresenter extends BasePresenter {
151
},
152
});
153
154
- // Get active preview branches count for this org (uses @@index([organizationId]))
155
- // Mirror checkBranchLimit: only PREVIEW branches (exclude the branchable parent).
156
- // DEVELOPMENT branches have a separate limit and must not be counted here.
+ // Get active branches count for this org (uses @@index([organizationId]))
157
const activeBranchCount = await this._replica.runtimeEnvironment.count({
158
where: {
159
projectId,
0 commit comments