mirror of
https://github.com/fosrl/pangolin.git
synced 2025-07-12 23:15:00 +02:00
Fix db import for pg
This commit is contained in:
parent
27a0df4ed4
commit
58a2a9dcc9
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
import { db } from "@server/db";
|
||||
import { newts, sites } from "@server/db/schemas";
|
||||
import { newts, sites } from "@server/db";
|
||||
import logger from "@server/logger";
|
||||
import HttpCode from "@server/types/HttpCode";
|
||||
import response from "@server/lib/response";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue