Skip to content

Commit

Permalink
fix README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
satvik007 committed Nov 26, 2023
1 parent 93eba91 commit 0d235aa
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 @@ -46,7 +46,7 @@ func Foo(db hyperbun.DB) {
}

func main() {
hdb := hyperbun.NewContext(c.Request.Context(), db)
hdb := hyperbun.NewContext(c.Request.Context(), db)

hyperbun.RunInTx(hdb, func(tx hyperbun.TxContext) error {
Foo(tx)
Expand Down

0 comments on commit 0d235aa

Please sign in to comment.