Update 'lib/index.js'

Corrected syntax errors
This commit is contained in:
jarombridges 2019-07-11 02:48:05 +00:00
父節點 780d4af407
當前提交 7223ce6667

查看文件

@ -104,6 +104,6 @@ module.exports.create = function(config) {
} }
}) })
} }
}) }
}; };
};