Skip to content

Commit

Permalink
Merge pull request #2476 from Inist-CNRS/fix-pairing-with
Browse files Browse the repository at this point in the history
Fix: empty result for some routines
  • Loading branch information
jonathanarnault authored Feb 4, 2025
2 parents d63c4fe + d13315d commit 034fce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ezsLodex/src/reduceQuery.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export const createFunction = () =>
map: map.toString(),
reduce: reduce.toString(),
query: filter,
finalize,
finalize: finalize.toString(),
out: {
replace: collName,
},
Expand Down

0 comments on commit 034fce2

Please sign in to comment.