mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
Fixed lint errors and add lint fix script
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/* tslint:disable:no-empty */
|
||||
export class AuthServiceMock {
|
||||
public checksAuthenticationToken() {
|
||||
return
|
||||
return;
|
||||
}
|
||||
public buildAuthHeader() {
|
||||
return 'auth-header';
|
||||
|
Reference in New Issue
Block a user