Fix recipe dependency loading
This commit is contained in:
@@ -20,7 +20,7 @@ Module.register("MMM-NextcloudCookbook", {
|
||||
},
|
||||
|
||||
getScripts() {
|
||||
return ["lib/format-duration.js"];
|
||||
return [this.file("lib/format-duration.js")];
|
||||
},
|
||||
|
||||
socketNotificationReceived(notification, payload) {
|
||||
|
||||
Reference in New Issue
Block a user