Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
joewiz committed May 13, 2019
1 parent c0355d5 commit 08a9295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/xar-resources/modules/reindex.xql
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import module namespace config="http://exist-db.org/xquery/apps/config" at "conf

declare option exist:serialize "method=json media-type=application/javascript";

let $isDba := sm:is-dba(xsm:id()/sm:id/(sm:effective|sm:real)[1]/sm:username)
let $isDba := sm:is-dba(sm:id()/sm:id/(sm:effective|sm:real)[1]/sm:username)
return
if ($isDba) then
<response status="ok">
Expand Down

0 comments on commit 08a9295

Please sign in to comment.