Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maamalama committed Sep 19, 2024
1 parent 1264cd6 commit 057b5a8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions valhalla/jawn/src/lib/stores/ScoreStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,10 @@ export class ScoreStore extends BaseStore {
let rowContents = resultMap(
await clickhouseDb.dbQuery<RequestResponseRMT>(
`
SELECT *
FROM request_response_rmt
WHERE (request_id, organization_id, provider) IN (${queryPlaceholders})
`,
SELECT *
FROM request_response_rmt
WHERE (request_id, organization_id, provider) IN (${queryPlaceholders})
`,
queryParams
),
(x) => x
Expand Down

0 comments on commit 057b5a8

Please sign in to comment.