We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f558f8b commit d242651Copy full SHA for d242651
homemon-server/homemon-server.js
@@ -16,7 +16,7 @@ String.prototype.beginsWith = function (string) {
16
return(this.indexOf(string) === 0);
17
};
18
19
-var names = require("../names.json");
+var names = require("../../mappings.json");
20
var topicHistory = {};
21
var topicHistoryTimeStamp = {};
22
0 commit comments