Skip to content

Commit 18dda8c

Browse files
committed
Merge branch 'CST-6565' of bitbucket.org:4Science/dspace-angular into CST-6565
� Conflicts: � src/app/shared/cookies/browser-klaro.service.ts
2 parents 606663d + 4f2f70f commit 18dda8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/shared/cookies/browser-klaro.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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

0 commit comments

Comments
 (0)