Skip to content
Snippets Groups Projects
Commit dae86021 authored by Florent POITTEVIN's avatar Florent POITTEVIN
Browse files

fix: test

parent 785d5aaa
No related branches found
No related tags found
No related merge requests found
import { import {Injectable} from "@angular/core";
Inject,
Injectable,
} from "@angular/core";
import {WINDOW} from "@app/app.module";
import {appCartDipDataFileActionNameSpace} from "@app/stores/cart/dip/data-file/app-cart-dip-data-file.action"; import {appCartDipDataFileActionNameSpace} from "@app/stores/cart/dip/data-file/app-cart-dip-data-file.action";
import { import {
Action, Action,
...@@ -48,7 +44,6 @@ export class AppCartDipDataFileState extends CompositionState<AppCartDipDataFile ...@@ -48,7 +44,6 @@ export class AppCartDipDataFileState extends CompositionState<AppCartDipDataFile
protected store: Store, protected store: Store,
protected notificationService: NotificationService, protected notificationService: NotificationService,
protected actions$: Actions, protected actions$: Actions,
@Inject(WINDOW) private _window: Window,
private downloadService: DownloadService) { private downloadService: DownloadService) {
super(apiService, store, notificationService, actions$, { super(apiService, store, notificationService, actions$, {
nameSpace: appCartDipDataFileActionNameSpace, nameSpace: appCartDipDataFileActionNameSpace,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment