mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-13 16:22:39 +10:00
fix: remove jank prisma script, and move to generated prisma client
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import { Platform } from "@prisma/client";
|
||||
import { Platform } from "~/prisma/client";
|
||||
|
||||
export function parsePlatform(platform: string) {
|
||||
switch (platform.toLowerCase()) {
|
||||
|
||||
Reference in New Issue
Block a user