Fixed export of methods in commands.js

develop
Peery 7 years ago
parent f981e57884
commit 915074fa73

@ -51,6 +51,9 @@ function fetchCommand(input, commands, threshhold){
return candidates;
}
module.exports.fetchCommand = fetchCommand;
module.exports.getEditDistance = getEditDistance;
/* //Test code
const commands = {};
commands['homeserver'] = {};