bug fix getDynamicData(), getAllData() - mem

This commit is contained in:
Sebastian Hildebrandt
2017-06-24 18:04:04 +02:00
parent 8520a99d98
commit 8d0f4bb0d6
3 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -264,7 +264,7 @@ function getDynamicData(srv, iface, callback) {
});
}
mem().then(res => {
mem.mem().then(res => {
data.mem = res;
functionProcessed();
});