Adding limit checks

This commit is contained in:
Owen
2026-02-10 10:05:37 -08:00
committed by Owen Schwartz
parent c33f782eaf
commit 84d1cf7a1d
10 changed files with 207 additions and 64 deletions

View File

@@ -4,7 +4,6 @@ import { apiKeyOrg } from "@server/db";
import { and, eq } from "drizzle-orm";
import createHttpError from "http-errors";
import HttpCode from "@server/types/HttpCode";
import logger from "@server/logger";
export async function verifyApiKeyOrgAccess(
req: Request,