From b21796ec4d945e2c54ef43df5abbd458d43c5d6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Garcia?= Date: Sun, 2 Jul 2023 22:19:00 -0300 Subject: [PATCH] Updated PGX Support (markdown) --- PGX-Support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PGX-Support.md b/PGX-Support.md index ddbff17..33af031 100644 --- a/PGX-Support.md +++ b/PGX-Support.md @@ -18,7 +18,7 @@ When using the `Query`, `QueryOne` and `QueryChunks` functions all arguments pas The example query below also [available here][examples/pgxsupport] illustrates one possible use-case: -[examples/pgxsupport]: https://github.com/VinGarcia/ksql/blob/master/examples/pgxsupport/main.go#L92 +[examples/pgxsupport]: https://github.com/VinGarcia/ksql/blob/master/examples/pgxsupport/main.go#L91 ```golang func checkIfUserBelongsToTeams(ctx context.Context, db ksql.Provider, userID int, teamIDs []int) {