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 561f351 commit a304473Copy full SHA for a304473
services/libs/data-access-layer/src/members/base.ts
@@ -231,7 +231,7 @@ export async function queryMembersAdvanced(
231
offset,
232
})
233
234
- log.info(`main query: ${mainQuery}`)
+ log.info(`main query: ${mainQuery} with params ${JSON.stringify(params)}`)
235
236
// Execute queries in parallel
237
const [rows, countResult] = await Promise.all([
0 commit comments