Skip to content

Commit

Permalink
Fix unknown function vl:raise-login
Browse files Browse the repository at this point in the history
`vl:raise-login` is called without parameters from
`data/libraries/templates/sisis/template`.
  • Loading branch information
tribut committed Sep 21, 2024
1 parent a938d22 commit cc3ba2f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mockvidelibri.xqm
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ declare function vl:raise-login($x) {
declare function vl:raise-login() {
vl:raise("login error")
};
declare function vl:raise-login() {
vl:raise("login error")
};
declare function vl:raise-timeout($x) {
vl:raise("Timeout: " || $x)
};
Expand Down

0 comments on commit cc3ba2f

Please sign in to comment.