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

Commit

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

0 comments on commit 4ec18b0

Please sign in to comment.