1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2024-07-05 01:20:06 +01:00

Remove unused verb.

This commit is contained in:
devlinjd 2015-11-19 10:39:59 -05:00
parent 458c8519b5
commit 87618afa8d

View File

@ -181,8 +181,7 @@ module.exports = function () {
return { return {
verbs: { verbs: {
generate: gen, generate: gen,
validate: validate, validate: validate
convert: convert
}, },
lib: require('./fluentlib'), lib: require('./fluentlib'),
options: _opts, options: _opts,