Skip to content

Commit

Permalink
feat(tpl): rename Transaction to PrismaTransaction
Browse files Browse the repository at this point in the history
  • Loading branch information
steebchen committed Feb 23, 2024
1 parent d466582 commit 3da5ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/templates/_header.gotpl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ var _ = os.DevNull
// re-declare variables which are needed in Prisma Client Go but also should be exported
// in the generated client

type Transaction = transaction.Transaction
type PrismaTransaction = transaction.Transaction

const RFC3339Milli = types.RFC3339Milli

Expand Down

0 comments on commit 3da5ad8

Please sign in to comment.