Skip to content

Commit

Permalink
fix(export): correct scroll in getNamedMeasures
Browse files Browse the repository at this point in the history
  • Loading branch information
sebtiz13 committed Sep 12, 2023
1 parent d33a005 commit 05fe4fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/modules/shared/services/DigitalTwinExporter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export class DigitalTwinExporter extends AbstractExporter {
{
query: { equals: { type } },
},
{ lang: "koncorde" }
{ lang: "koncorde", size: 20 }
);

// ? Use a map to dedup the NamedMeasures get from models
Expand Down

0 comments on commit 05fe4fd

Please sign in to comment.