Skip to content

Commit

Permalink
fix(view): v7 syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
duncdrum authored Mar 20, 2023
1 parent c42331a commit 46a103d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/app/templates/xq/view.xq
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ let $config := map {
: module cannot see the application modules, but the inline function
: below does see them.
:)
let $lookup := function ($functionName as xs:string, $arity as xs:int) {
let $lookup := function ($functionName as xs:string, $arity as xs:integer) {
try {
function-lookup(xs:QName($functionName), $arity)
} catch * {
Expand Down

0 comments on commit 46a103d

Please sign in to comment.