This commit is contained in:
Owen
2025-02-21 18:51:16 -05:00
parent 450b0bf4fa
commit b9080a1ec1
7 changed files with 15 additions and 18 deletions

View File

@@ -18,7 +18,7 @@ import HttpCode from "@server/types/HttpCode";
import createHttpError from "http-errors";
import logger from "@server/logger";
import { eq, and } from "drizzle-orm";
import { addPeer } from "../gerbil/peers";
import { addPeer } from "../newt/peers";
import { fromError } from "zod-validation-error";
import { newts } from "@server/db/schema";
import moment from "moment";