From fcefe7934ebafe668a52183e2c727965719d63d0 Mon Sep 17 00:00:00 2001 From: Jeff Dickey <216188+jdxcode@users.noreply.github.com> Date: Sun, 28 Jan 2018 08:08:57 -0800 Subject: [PATCH] fix: set content type to object --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index f87d5339..ebbce60c 100644 --- a/src/config.ts +++ b/src/config.ts @@ -30,7 +30,7 @@ export class Config { _debug = false action: ActionBase = new Action() errorsHandled = false - context = {} + context: object = {} errlog?: string constructor() {