Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.

Commit

Permalink
fix: set content type to object
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jan 28, 2018
1 parent f1db30a commit fcefe79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export class Config {
_debug = false
action: ActionBase = new Action()
errorsHandled = false
context = {}
context: object = {}
errlog?: string

constructor() {
Expand Down

0 comments on commit fcefe79

Please sign in to comment.