We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 199e5ec commit c0277c0Copy full SHA for c0277c0
1 file changed
drizzle-orm/src/neon-http/session.ts
@@ -101,9 +101,9 @@ export class NeonHttpPreparedQuery<
101
102
this.logger.logQuery(this.query.sql, params);
103
104
- const { client, query, customResultMapper } = this;
+ const { clientQuery, query, customResultMapper } = this;
105
106
- const result = await client(
+ const result = await clientQuery(
107
query.sql,
108
params,
109
token === undefined
0 commit comments