From eabdfbec5bfa9de2db6a83b55833dbfe56dbe663 Mon Sep 17 00:00:00 2001 From: tcbyrd Date: Sat, 27 Jan 2018 18:26:06 -0500 Subject: [PATCH] Placeholder any type --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index c9611ec..dc929aa 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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'