mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-09 19:13:08 +00:00
87968: Minor code changes to pass lint
This commit is contained in:
@@ -33,7 +33,7 @@ export class AuthServiceStub {
|
||||
return observableOf(authStatus);
|
||||
} else {
|
||||
console.log('error');
|
||||
throw(new Error('Message Error test'));
|
||||
throw (new Error('Message Error test'));
|
||||
}
|
||||
}
|
||||
|
||||
@@ -41,7 +41,7 @@ export class AuthServiceStub {
|
||||
if (token.accessToken === 'token_test') {
|
||||
return observableOf(EPersonMock._links.self.href);
|
||||
} else {
|
||||
throw(new Error('Message Error test'));
|
||||
throw (new Error('Message Error test'));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user