Fix recipe dependency loading

This commit is contained in:
2026-08-03 16:21:19 -05:00
parent a713af2fee
commit e0b04beac5
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ Module.register("MMM-NextcloudCookbook", {
},
getScripts() {
return ["lib/format-duration.js"];
return [this.file("lib/format-duration.js")];
},
socketNotificationReceived(notification, payload) {