mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-12 12:33:07 +00:00
Fixed lint errors and add lint fix script
This commit is contained in:
@@ -169,7 +169,7 @@ export class AppComponent implements OnInit, AfterViewInit {
|
||||
|
||||
private initializeKlaro() {
|
||||
if (hasValue(this.cookiesService)) {
|
||||
this.cookiesService.initialize()
|
||||
this.cookiesService.initialize();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user