Fix function calls

This commit is contained in:
Yarmo Mackenbach 2022-02-26 15:17:03 +01:00
parent e5265a899d
commit 50462846af
No known key found for this signature in database
GPG key ID: 37367F4AF4087AD1

View file

@ -91,11 +91,11 @@ export function init() {
}
if (elUtilQR) {
runQRUtility
runQRUtility()
}
if (elUtilProfileURL) {
runProfileURLUtility
runProfileURLUtility()
}
}