refactor: update imports in waitlist API and library to ensure consistent usage of drizzle-orm functions

This commit is contained in:
ANAGO Ronnel
2025-06-26 02:51:17 +02:00
parent a8d6bbd03a
commit ebb3456c10
3 changed files with 6 additions and 5 deletions

View File

@ -1,6 +1,5 @@
import { db } from "@opencut/db";
import { db, sql } from "@opencut/db";
import { waitlist } from "@opencut/db/schema";
import { sql } from "drizzle-orm";
export async function getWaitlistCount() {
try {