1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2024-07-03 00:30:05 +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 {
verbs: {
generate: gen,
validate: validate,
convert: convert
validate: validate
},
lib: require('./fluentlib'),
options: _opts,