Skip to content

Commit d242651

Browse files
author
Steve
committed
Changed names.json to ../mappings.json and removed from git
1 parent f558f8b commit d242651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

homemon-server/homemon-server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ String.prototype.beginsWith = function (string) {
1616
return(this.indexOf(string) === 0);
1717
};
1818

19-
var names = require("../names.json");
19+
var names = require("../../mappings.json");
2020
var topicHistory = {};
2121
var topicHistoryTimeStamp = {};
2222

0 commit comments

Comments
 (0)