We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f55f89 commit 05e5b9eCopy full SHA for 05e5b9e
apps/webapp/app/presenters/v3/LimitsPresenter.server.ts
@@ -147,12 +147,10 @@ export class LimitsPresenter extends BasePresenter {
147
},
148
});
149
150
- // Get active branches count for this org
+ // Get active branches count for this org (uses @@index([organizationId]))
151
const activeBranchCount = await this._replica.runtimeEnvironment.count({
152
where: {
153
- project: {
154
- organizationId,
155
- },
+ organizationId,
156
branchName: {
157
not: null,
158
0 commit comments