Fix import problems

This commit is contained in:
Owen
2026-03-24 20:27:34 -07:00
parent c96c5e8ae8
commit dfd604c781
2 changed files with 2 additions and 1 deletions

View File

@@ -11,7 +11,7 @@
* This file is not licensed under the AGPLv3.
*/
import redisManager from "#dynamic/lib/redis";
import redisManager from "#private/lib/redis";
import { encrypt, decrypt } from "@server/lib/crypto";
import logger from "@server/logger";

View File

@@ -20,6 +20,7 @@ import {
Newt,
newts,
Olm,
olms,
RemoteExitNode,
remoteExitNodes,
} from "@server/db";