Placeholder any type

This commit is contained in:
tcbyrd
2018-01-27 18:26:06 -05:00
parent 044bb742e4
commit eabdfbec5b

View File

@@ -19,7 +19,7 @@ const defaultApps = [
require('./plugins/default')
]
module.exports = (options = {}) => {
module.exports = (options: any = {}) => {
options.webhookPath = options.webhookPath || '/'
options.secret = options.secret || 'development'