mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-16 14:33:03 +00:00
Fixed lint errors and add lint fix script
This commit is contained in:
@@ -11,7 +11,7 @@ export function debugMetaReducer(reducer) {
|
||||
console.log('action', JSON.stringify(action));
|
||||
console.log('------------------------------------');
|
||||
return reducer(state, action);
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
export function universalMetaReducer(reducer) {
|
||||
@@ -25,7 +25,7 @@ export function universalMetaReducer(reducer) {
|
||||
break;
|
||||
}
|
||||
return reducer(state, action);
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
export const debugMetaReducers = [
|
||||
|
Reference in New Issue
Block a user