mirror of
https://github.com/spliit-app/spliit.git
synced 2026-02-26 17:36:12 +01:00
Q: Why do mountain climbers rope themselves together?
A: To prevent the sensible ones from going home.
This commit is contained in:
@@ -2,7 +2,7 @@ import { PrismaClient } from '@prisma/client'
|
||||
|
||||
declare const global: Global & { prisma?: PrismaClient }
|
||||
|
||||
export let p: PrismaClient = undefined as any as PrismaClient
|
||||
export let p: PrismaClient = undefined as unknown as PrismaClient
|
||||
|
||||
if (typeof window === 'undefined') {
|
||||
// await delay(1000)
|
||||
|
||||
Reference in New Issue
Block a user