Skip to content

Commit b7dc9b5

Browse files
authored
Merge pull request #45 from joewiz/fix-map-constructor-syntax
Fix map constructor syntax
2 parents 9d6f94b + 96107d5 commit b7dc9b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/templates.xql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ declare function templates:apply($content as node()+, $resolver as function(xs:s
9292

9393
declare %private function templates:get-default-config($resolver as function(xs:string, xs:int) as item()?) as map(*) {
9494
map {
95-
$templates:CONFIG_FN_RESOLVER := $resolver,
96-
$templates:CONFIG_PARAM_RESOLVER := templates:lookup-param-from-restserver#1
95+
$templates:CONFIG_FN_RESOLVER : $resolver,
96+
$templates:CONFIG_PARAM_RESOLVER : templates:lookup-param-from-restserver#1
9797
}
9898
};
9999

0 commit comments

Comments
 (0)