Skip to content

Commit

Permalink
[bugfix] Use xs:integer
Browse files Browse the repository at this point in the history
  • Loading branch information
adamretter committed Sep 13, 2023
1 parent d911cd9 commit 238d3ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/xar-resources/modules/app.xql
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ declare %private function app:sort($function as element(), $sort as xs:string) {
if ($sort eq "name") then
$function/@name
else if ($sort eq "calls") then
xs:int($function/@calls)
xs:integer($function/@calls)
else if ($sort eq "source") then
$function/@source
else
Expand Down

0 comments on commit 238d3ef

Please sign in to comment.