fix(core): update
This commit is contained in:
@ -29,7 +29,7 @@ export class CsWebclient {
|
||||
plugins.csInterfaces.IWebclientSettings['acceptedCookieLevels']
|
||||
> {
|
||||
const result = await this.webstore.get('acceptedCookieLevels');
|
||||
return result.acceptedCookieLevels;
|
||||
return result?.acceptedCookieLevels;
|
||||
}
|
||||
|
||||
public async isCookieLevelStillValid(): Promise<boolean> {
|
||||
|
Reference in New Issue
Block a user