Skip to content

Commit 930f59d

Browse files
committed
Fix unused import
1 parent 19b754b commit 930f59d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

src/scripts/mos-data-import.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import prisma from "@/lib/prisma";
22
import path from "path";
33
import fs from "fs";
4-
import { branch, personnelcategory, Prisma } from "@prisma/client";
4+
import { branch, personnelcategory } from "@prisma/client";
55
import semver from "semver";
66

77
interface CoolMOSData {

0 commit comments

Comments
 (0)