-
Notifications
You must be signed in to change notification settings - Fork 164
Open
Milestone
Description
In commit 600d6ab.
InitConfig was updated as per bellow
However secret is not listed here.
I assume this was not intentional as the option is still defined in README.
Obviously now I have typescript issues
export interface InitConfig {
- [key: string]: any;
+ test: boolean;
+ debug: boolean;
+ verbose: boolean;
+ host: string;
+ protocol: string;
+ path: string;
+ keepAlive: boolean;
+ geolocate: boolean;
+ logger: CustomLogger;
}
willemclarke, austinpray-mixpanel, ezulfiqar and NiklasPor
Metadata
Metadata
Assignees
Labels
No labels