Skip to content

Commit

Permalink
explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Kunz committed Sep 2, 2024
1 parent e39b8fa commit 43012c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions db-service/lib/deep-queries.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ async function onDeep(req, next) {
await Promise.all(queries.deletes.map(query => this.onSIMPLE({ query })))
await Promise.all(queries.updates.map(query => this.onUPDATE({ query })))

// both insert query and entry are marked with `ROOT` to properly identify the right insert result later
let rootInsertIdx = null
let rootInsertEntriesIdx = null
const inserts = await Promise.all(
Expand Down

0 comments on commit 43012c3

Please sign in to comment.