Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

Commit

Permalink
fix: build error
Browse files Browse the repository at this point in the history
  • Loading branch information
iamchanii committed Sep 26, 2023
1 parent 87daf36 commit fb258f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/prisma/PothosEffectPrismaClient.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { PrismaClient } from '@prisma/client';
import { Context } from 'effect';

export const PothosEffectPrismaClient = Context.Tag<PrismaClient>('PothosEffectPrismaClient');
// @ts-ignore
export const PothosEffectPrismaClient = Context.Tag<import('@prisma/client').PrismaClient>('PothosEffectPrismaClient');

0 comments on commit fb258f7

Please sign in to comment.