From 692c486d928815204403dc546727e1dfadb56516 Mon Sep 17 00:00:00 2001 From: Andrew Wang Date: Wed, 28 Feb 2024 16:11:37 -0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20eslint=20type=20import?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/api/src/routes/v1/rest/websoc/lib.ts | 2 +- services/websoc-scraper-v2/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/api/src/routes/v1/rest/websoc/lib.ts b/apps/api/src/routes/v1/rest/websoc/lib.ts index 78407ab0..5ca473ab 100644 --- a/apps/api/src/routes/v1/rest/websoc/lib.ts +++ b/apps/api/src/routes/v1/rest/websoc/lib.ts @@ -1,4 +1,4 @@ -import { $Enums } from "@libs/db"; +import type { $Enums } from "@libs/db"; import type { Prisma } from "@libs/db"; import type { WebsocAPIOptions } from "@libs/uc-irvine-lib/websoc"; import { notNull } from "@libs/utils"; diff --git a/services/websoc-scraper-v2/index.ts b/services/websoc-scraper-v2/index.ts index 582a1e20..1709728a 100644 --- a/services/websoc-scraper-v2/index.ts +++ b/services/websoc-scraper-v2/index.ts @@ -1,4 +1,4 @@ -import { $Enums } from "@libs/db"; +import type { $Enums } from "@libs/db"; import { PrismaClient } from "@libs/db"; import { getTermDateData } from "@libs/uc-irvine-lib/registrar"; import type {