mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 18:44:14 +00:00
Fixed lint errors and add lint fix script
This commit is contained in:
@@ -77,14 +77,14 @@ export class AuthServiceStub {
|
||||
* This method is used to ease testing
|
||||
*/
|
||||
public setTokenAsExpired() {
|
||||
this._tokenExpired = true
|
||||
this._tokenExpired = true;
|
||||
}
|
||||
|
||||
/**
|
||||
* This method is used to ease testing
|
||||
*/
|
||||
public setTokenAsNotExpired() {
|
||||
this._tokenExpired = false
|
||||
this._tokenExpired = false;
|
||||
}
|
||||
|
||||
public isTokenExpiring(): Observable<boolean> {
|
||||
|
Reference in New Issue
Block a user