File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -111,18 +111,18 @@ export class BrowserKlaroService extends KlaroService {
111111 this . klaroConfig . translations . zz . consentNotice . description = 'cookies.consent.content-notice.description.no-privacy' ;
112112 }
113113
114- if ( environment . metricsConsents ) {
114+ if ( environment . metricsConsents ) {
115115 environment . metricsConsents . forEach ( ( metric ) => {
116- if ( metric . enabled ) {
116+ if ( metric . enabled ) {
117117 this . klaroConfig . services . push (
118118 {
119119 name : metric . key ,
120120 purposes : [ 'thirdPartiesJs' ] ,
121121 required : false ,
122122 }
123- )
123+ ) ;
124124 }
125- } )
125+ } ) ;
126126 }
127127
128128 const hideGoogleAnalytics$ = this . configService . findByPropertyName ( this . GOOGLE_ANALYTICS_KEY ) . pipe (
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ import { FollowAuthorityMetadata } from './search-follow-metadata.interface';
3131import { AdvancedAttachmentRenderingConfig } from './advanced-attachment-rendering.config' ;
3232import { AttachmentRenderingConfig } from './attachment-rendering.config' ;
3333import { SearchResultConfig } from './search-result-config.interface' ;
34- import { CookieConsents , ThirdPartyMetric } from " ../app/shared/cookies/browser-klaro.service" ;
34+ import { ThirdPartyMetric } from ' ../app/shared/cookies/browser-klaro.service' ;
3535
3636interface AppConfig extends Config {
3737 ui : UIServerConfig ;
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ import {
3434} from './advanced-attachment-rendering.config' ;
3535import { AttachmentRenderingConfig } from './attachment-rendering.config' ;
3636import { SearchResultConfig } from './search-result-config.interface' ;
37- import { CookieConsents , ThirdPartyMetric } from " ../app/shared/cookies/browser-klaro.service" ;
37+ import { ThirdPartyMetric } from ' ../app/shared/cookies/browser-klaro.service' ;
3838
3939export class DefaultAppConfig implements AppConfig {
4040 production = false ;
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ import { BuildConfig } from 'src/config/build-config.interface';
33import { RestRequestMethod } from '../app/core/data/rest-request-method' ;
44import { NotificationAnimationsType } from '../app/shared/notifications/models/notification-animations-type' ;
55import { AdvancedAttachmentElementType } from '../config/advanced-attachment-rendering.config' ;
6- import { ThirdPartyMetric } from "../app/shared/cookies/browser-klaro.service" ;
76
87export const environment : BuildConfig = {
98 production : false ,
You can’t perform that action at this time.
0 commit comments