forked from GitHub/dbot
typo fix
This commit is contained in:
parent
ed433977c7
commit
ade1dcd5e8
@ -19,8 +19,9 @@ var units = function(dbot) {
|
|||||||
}));
|
}));
|
||||||
var result = unit.convert(query);
|
var result = unit.convert(query);
|
||||||
}
|
}
|
||||||
} catch (e) {
|
catch (e) {
|
||||||
event.reply(dbot.t('error'));
|
event.reply(dbot.t('error'));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user