Skip to content

Commit

Permalink
fix: README typo in Isolation Level section
Browse files Browse the repository at this point in the history
  • Loading branch information
vkondratiuk482 committed Nov 5, 2023
1 parent 4b8b44a commit 340dbc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ async create(payload1, payload2) {
return user;
};

const user = await ptx.run(callback);
const user = await ptx.run(callback, IsolationLevels.Serializable);

return user;
}
Expand Down

0 comments on commit 340dbc4

Please sign in to comment.