mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-16 06:23:03 +00:00
Fixed lint errors and add lint fix script
This commit is contained in:
@@ -238,7 +238,7 @@ export class AuthEffects {
|
||||
.pipe(
|
||||
map((authMethodModels: AuthMethod[]) => new RetrieveAuthMethodsSuccessAction(authMethodModels)),
|
||||
catchError((error) => observableOf(new RetrieveAuthMethodsErrorAction()))
|
||||
)
|
||||
);
|
||||
})
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user