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

Commit fcefe79

Browse files
committed
fix: set content type to object
1 parent f1db30a commit fcefe79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export class Config {
3030
_debug = false
3131
action: ActionBase = new Action()
3232
errorsHandled = false
33-
context = {}
33+
context: object = {}
3434
errlog?: string
3535

3636
constructor() {

0 commit comments

Comments
 (0)