mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 15:33:04 +00:00
fixed build with latest dependencies
This commit is contained in:
@@ -10,6 +10,7 @@ export const StoreActionTypes = {
|
||||
export class StoreAction implements Action {
|
||||
type: string;
|
||||
payload: AppState | Action[];
|
||||
// tslint:disable-next-line:no-shadowed-variable
|
||||
constructor(type: string, payload: AppState | Action[]) {
|
||||
this.type = type;
|
||||
this.payload = payload;
|
||||
|
Reference in New Issue
Block a user