Skip to content

Commit

Permalink
refactor(config): Use client2 for queryObject in deno-kv update logic
Browse files Browse the repository at this point in the history
  • Loading branch information
csulit committed Oct 30, 2024
1 parent 0905daa commit 434669e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/deno-kv.ts
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ export async function listenQueue(kv: Deno.Kv) {
);
}

const updateResult = await transaction.queryObject({
const updateResult = await client2.queryObject({
args: [rawProperty.id],
text: `
UPDATE lamudi_raw_data
Expand Down

0 comments on commit 434669e

Please sign in to comment.