Skip to content
This repository has been archived by the owner on Jul 27, 2020. It is now read-only.

Commit

Permalink
Fix prisma-client import
Browse files Browse the repository at this point in the history
  • Loading branch information
Weakky committed Mar 14, 2019
1 parent 4c27551 commit 85400cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/yoga/src/yogaDefaults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ export function client(
): PrismaClientInput {
if (input === undefined) {
const clientPath = requiredPath(
join(projectDir, datamodelInfo.clientPath),
join(projectDir, datamodelInfo.clientPath, 'index.ts'),
`${buildError(
projectDir,
datamodelInfo.clientPath,
Expand Down

0 comments on commit 85400cd

Please sign in to comment.