fix(smartlook): fix SmartlookResetSession.resetUser type to boolean (#3692)
This commit is contained in:
parent
f19ddc7cde
commit
5a42e8cadf
@ -52,9 +52,9 @@ export class SmartlookSetupConfig {
|
||||
}
|
||||
|
||||
export class SmartlookResetSession {
|
||||
private resetUser: string;
|
||||
private resetUser: boolean;
|
||||
|
||||
constructor(resetUser: string) {
|
||||
constructor(resetUser: boolean) {
|
||||
this.resetUser = resetUser;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user