Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Kunz committed Aug 29, 2024
1 parent f0f1862 commit fa7cfec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db-service/lib/deep-queries.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ const _hasManagedElements = target => {
* @param {boolean} [root=false]
* @returns {import('@sap/cds/apis/cqn').Query[]}
*/
const _getDeepQueries = (diff, target, root = false, deletes = new Map()) => {
const _getDeepQueries = (diff, target, root, deletes) => {
const queries = []

for (const diffEntry of diff) {
Expand Down

0 comments on commit fa7cfec

Please sign in to comment.