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

Commit 2d98234

Browse files
committed
fix: make context any
1 parent 56651b2 commit 2d98234

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: object = {}
33+
context: any = {}
3434
errlog?: string
3535

3636
constructor() {

0 commit comments

Comments
 (0)