Skip to content

Commit

Permalink
Missed a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
caleb-mabry committed Aug 27, 2024
1 parent 811acd0 commit 3c3150d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connections/motherduck.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export class DuckDBConnection implements Connection {
return {
data: null,
error: error,
query: query.query,
query: statement,
}
}
}
Expand Down

0 comments on commit 3c3150d

Please sign in to comment.