fix import in list approvals

This commit is contained in:
miloschwartz
2026-01-22 17:54:53 -08:00
parent efcf46ce8a
commit bfbeace2e2
2 changed files with 1 additions and 12 deletions

View File

@@ -19,7 +19,7 @@ import { fromError } from "zod-validation-error";
import type { Request, Response, NextFunction } from "express";
import { build } from "@server/build";
import { getOrgTierData } from "@server/lib/billing";
import { getOrgTierData } from "#private/lib/billing";
import { TierId } from "@server/lib/billing/tiers";
import {
approvals,