Make alias cross compatable

This commit is contained in:
Owen
2026-06-03 17:58:59 -07:00
parent e826d0dea6
commit e408e735be
7 changed files with 7 additions and 5 deletions

View File

@@ -61,7 +61,7 @@ import {
roles
} from "@server/db";
import { eq, and, inArray, isNotNull, isNull, ne, or, sql } from "drizzle-orm";
import { alias } from "drizzle-orm/sqlite-core";
import { alias } from "@server/db";
import { response } from "@server/lib/response";
import HttpCode from "@server/types/HttpCode";
import { NextFunction, Request, Response } from "express";