Skip to content

Commit 8a88f71

Browse files
fix: apply prettier formatting to sql.ts
1 parent dc9886e commit 8a88f71

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

  • packages/server/src/integrations/queries

packages/server/src/integrations/queries/sql.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,7 @@ export async function interpolateSQL(
6969
else if (listRegexMatch) {
7070
arrays.push(binding)
7171
// determine the length of the array
72-
const value = (
73-
await sdk.queries.enrichContext([binding], parameters)
74-
)[0]
72+
const value = (await sdk.queries.enrichContext([binding], parameters))[0]
7573
.split(",")
7674
.map((val: string) => val.trim())
7775
// build a string like ($1, $2, $3)

0 commit comments

Comments
 (0)