feat: add admin org stats (#2904)

This commit is contained in:
David Nguyen
2026-06-01 17:26:51 +10:00
committed by GitHub
parent 44c4826e92
commit 536142be03
9 changed files with 554 additions and 2 deletions
@@ -2,7 +2,7 @@ import { prisma } from '@documenso/prisma';
import { AppError, AppErrorCode } from '../../errors/app-error';
import { jobsClient } from '../../jobs/client';
import { generateDatabaseId } from '../../universal/id';
import { currentMonthlyPeriod } from './current-monthly-period';
import { currentMonthlyPeriod } from '../../universal/monthly-period';
import type { LimitCounter } from './types';
type CheckMonthlyQuotaOptions = {