@@ -15,8 +15,8 @@ import {ANONYMOUS_STORAGE_NAME_KLARO, klaroConfiguration} from './klaro-configur
1515import { Operation } from 'fast-json-patch' ;
1616import { getFirstCompletedRemoteData } from '../../core/shared/operators' ;
1717import { ConfigurationDataService } from '../../core/data/configuration-data.service' ;
18- import { RemoteData } from " ../../core/data/remote-data" ;
19- import { ConfigurationProperty } from " ../../core/shared/configuration-property.model" ;
18+ import { RemoteData } from ' ../../core/data/remote-data' ;
19+ import { ConfigurationProperty } from ' ../../core/shared/configuration-property.model' ;
2020
2121/**
2222 * Metadata field to store a user's cookie consent preferences in
@@ -84,7 +84,7 @@ export class BrowserKlaroService extends KlaroService {
8484 this . configService . findByPropertyName ( this . GOOGLE_ANALYTICS_KEY )
8585 . pipe (
8686 getFirstCompletedRemoteData ( ) ,
87- map ( remoteData => this . mapInvalidConfiguration ( remoteData , this . GOOGLE_ANALYTICS_SERVICE_NAME ) ) ,
87+ map ( remoteData => this . mapInvalidConfiguration ( remoteData , this . GOOGLE_ANALYTICS_SERVICE_NAME ) ) ,
8888 take ( 1 )
8989 ) ;
9090
@@ -125,7 +125,7 @@ export class BrowserKlaroService extends KlaroService {
125125 configurationName : string
126126 ) : Pick < typeof klaroConfiguration , 'name' > [ ] {
127127 if ( this . isEmptyOrInvalid ( remoteData ) ) {
128- return [ { name : configurationName } ]
128+ return [ { name : configurationName } ] ;
129129 } else {
130130 return [ ] ;
131131 }
0 commit comments