Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
fix: 🐛 eslint type import
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-wang0 committed Feb 29, 2024
1 parent 8d2d018 commit 692c486
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/api/src/routes/v1/rest/websoc/lib.ts
Original file line number Diff line number Diff line change
@@ -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";
Expand Down
2 changes: 1 addition & 1 deletion services/websoc-scraper-v2/index.ts
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down

0 comments on commit 692c486

Please sign in to comment.