mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-15 22:13:02 +00:00
lint fix
This commit is contained in:

committed by
Michael W Spalti

parent
d8ee1f55f1
commit
e336660cdd
@@ -169,8 +169,7 @@ export class BrowserInitService extends InitService {
|
|||||||
private closeAuthCheckSubscription() {
|
private closeAuthCheckSubscription() {
|
||||||
firstValueFrom(this.authenticationReady$()).then(() => {
|
firstValueFrom(this.authenticationReady$()).then(() => {
|
||||||
this.sub.unsubscribe();
|
this.sub.unsubscribe();
|
||||||
}
|
});
|
||||||
)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user