Minor tidy up

This commit is contained in:
jd
2026-02-13 22:13:05 +00:00
parent eddba49893
commit 21c778fed9
4 changed files with 8 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
import {orm} from "../orm/orm.ts";
import {orm} from "../orm/orm";
import jwt from "jsonwebtoken";
import {UnwrappedRequest} from "../utilities/guard";
import {ErrorResponse} from "../utilities/responseHelper";