Skip to content

Commit

Permalink
fix: add missing return
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Nov 14, 2024
1 parent ef4c091 commit 0cc4e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/slonik/src/connectionMethods/query.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export const query: InternalQueryMethod = async (
inheritedQueryId,
) => {
try {
await executeQuery(
return await executeQuery(
connectionLogger,
connection,
clientConfiguration,
Expand Down

0 comments on commit 0cc4e30

Please sign in to comment.