From 4ec18b04280b4b467cea2e182bf8bad328d1c80d Mon Sep 17 00:00:00 2001 From: Andrew Wang Date: Mon, 12 Feb 2024 14:28:34 -0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20typescript=20errors?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/api/src/routes/v1/rest/websoc/lib.ts | 3 +-- services/websoc-scraper-v2/index.ts | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/apps/api/src/routes/v1/rest/websoc/lib.ts b/apps/api/src/routes/v1/rest/websoc/lib.ts index 8894810b..de09746c 100644 --- a/apps/api/src/routes/v1/rest/websoc/lib.ts +++ b/apps/api/src/routes/v1/rest/websoc/lib.ts @@ -1,5 +1,4 @@ -import { $Enums } from ".prisma/client"; -import { Prisma } from "@libs/db"; +import { Prisma, $Enums } from "@libs/db"; import { WebsocAPIOptions } from "@libs/uc-irvine-api/websoc"; import type { Query } from "./schema"; diff --git a/services/websoc-scraper-v2/index.ts b/services/websoc-scraper-v2/index.ts index 209133b4..25108e56 100644 --- a/services/websoc-scraper-v2/index.ts +++ b/services/websoc-scraper-v2/index.ts @@ -1,5 +1,5 @@ -import { $Enums } from ".prisma/client"; -import { Prisma, PrismaClient } from "@libs/db"; +import { $Enums } from "@libs/db"; +import { PrismaClient } from "@libs/db"; import { getTermDateData } from "@libs/uc-irvine-api/registrar"; import type { GE,