We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 606663d + 4f2f70f commit 18dda8cCopy full SHA for 18dda8c
1 file changed
src/app/shared/cookies/browser-klaro.service.ts
@@ -84,7 +84,7 @@ export class BrowserKlaroService extends KlaroService {
84
this.configService.findByPropertyName(this.GOOGLE_ANALYTICS_KEY)
85
.pipe(
86
getFirstCompletedRemoteData(),
87
- map(remoteData=> this.mapInvalidConfiguration(remoteData, this.GOOGLE_ANALYTICS_SERVICE_NAME)),
+ map(remoteData => this.mapInvalidConfiguration(remoteData, this.GOOGLE_ANALYTICS_SERVICE_NAME)),
88
take(1)
89
);
90
0 commit comments