Skip to content

Commit

Permalink
preserve order in lists
Browse files Browse the repository at this point in the history
  • Loading branch information
apdavison committed Aug 7, 2024
1 parent dc0eca5 commit 11e9f0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/nar-v3/src/queries.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ function linkProperty(name, structure, options) {

if (expectSingle) {
prop.singleValue = "FIRST";
} else {
prop.ensureOrder = true;
}
if (structure && structure.length > 0) {
prop.structure = structure;
Expand Down

0 comments on commit 11e9f0d

Please sign in to comment.