Skip to content

Commit

Permalink
fix return tpe to proper JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
bwbohl committed Feb 26, 2024
1 parent 119d928 commit d7da75b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions add/data/xql/getMeasuresOnPage.xql
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ let $mei := doc($uri)/root()
let $surface := $mei/id($surfaceId)

return (
array {
(: TODO: überlegen, wie die Staff-spezifischen Ausschnitte angezeigt werden sollen :)
measure:getMeasuresOnPage($mei, $surface)
}
(: TODO: überlegen, wie die Staff-spezifischen Ausschnitte angezeigt werden sollen :)
measure:getMeasuresOnPage($mei, $surface)
)

0 comments on commit d7da75b

Please sign in to comment.