Skip to content

Commit 7854aca

Browse files
committed
chore: remove added comments
1 parent ce46c8d commit 7854aca

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

apps/webapp/app/presenters/v3/LimitsPresenter.server.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,7 @@ export class LimitsPresenter extends BasePresenter {
151151
},
152152
});
153153

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.
154+
// Get active branches count for this org (uses @@index([organizationId]))
157155
const activeBranchCount = await this._replica.runtimeEnvironment.count({
158156
where: {
159157
projectId,

0 commit comments

Comments
 (0)