Skip to content

Commit

Permalink
fix: reindex after full installation
Browse files Browse the repository at this point in the history
  • Loading branch information
line-o committed Apr 24, 2024
1 parent f7df126 commit 40d54f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/api.xql
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ declare function api:git-deploy($request as map(*)) as map(*) {

let $remove-staging := collection:remove($staging, true())
let $remove-lock := app:lock-remove($destination)

let $reindex := xmldb:reindex($destination)
return map {
"hash": config:deployed-sha($destination),
"message": "success"
Expand Down

0 comments on commit 40d54f1

Please sign in to comment.