mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-02 13:41:09 +00:00
Fix import issue
This commit is contained in:
parent
e121dd0d1d
commit
5a3bf2f758
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ import { eq } from "drizzle-orm";
|
|||
import HttpCode from "@server/types/HttpCode";
|
||||
import createHttpError from "http-errors";
|
||||
import { fromError } from "zod-validation-error";
|
||||
import { response } from "@server/lib";
|
||||
import { response } from "@server/lib/response";
|
||||
import logger from "@server/logger";
|
||||
import { hashPassword } from "@server/auth/password";
|
||||
import { OpenAPITags, registry } from "@server/openApi";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue