mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +00:00
Fixed lint errors and add lint fix script
This commit is contained in:
@@ -47,7 +47,7 @@ export function getBase() {
|
||||
return environment.ui.nameSpace;
|
||||
}
|
||||
|
||||
export function getMetaReducers(): Array<MetaReducer<AppState>> {
|
||||
export function getMetaReducers(): MetaReducer<AppState>[] {
|
||||
return environment.debug ? [...appMetaReducers, ...debugMetaReducers] : appMetaReducers;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user