Skip to content

Commit d07e76c

Browse files
committed
fix: syntax error
1 parent d8858e3 commit d07e76c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

expath-pkg.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<package xmlns="http://expath.org/ns/pkg"
33
name="http://existsolutions.com/apps/web-annotation-service"
4-
abbrev="web-annotation-service" version="4.0.0" spec="1.0">
4+
abbrev="web-annotation-service" version="4.0.1" spec="1.0">
55
<title>Web Annotation Protocol Server</title>
66
<dependency package="http://www.functx.com"/>
77
</package>

modules/annotations.xqm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ function annotations:update-container-item ($item as map(*)) as map(*) {
255255
try {
256256
if (annotations:is-group-annotation($item) and not(annotations:has-targets($item)))
257257
then (
258-
if (annotations:exists($item?id)
258+
if (annotations:exists($item?id))
259259
then (
260260
map {
261261
"id": $item?id,

0 commit comments

Comments
 (0)