Skip to content

Commit

Permalink
fix CTA link in transaction docs:
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolasburk committed Aug 28, 2019
1 parent a07190b commit 6198735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/transactions.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@ prisma.transaction(async tx => {

In this case, the API provides a way to wrap a sequence of operations in a callback which gets executed as a transaction, therefore is guaranteed to either succeed or fail as a whole.

If you'd like to see transactions supported in the future, [please join the discussion on GitHub](https://github.com/prisma/prisma/issues/4155).
If you'd like to see transactions supported in the future, [please join the discussion on GitHub](https://github.com/prisma/prisma2/issues/312).

0 comments on commit 6198735

Please sign in to comment.