mirror of
https://github.com/zhigang1992/probot.git
synced 2026-06-14 09:58:57 +08:00
Placeholder any type
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user