fix: fix lint error

pull/3384/head
mehmet-erim 6 years ago
parent 08fbd499c6
commit c4c4cfadcc

@ -301,7 +301,7 @@ export class ConfigState {
}
@Action(SetEnvironment)
setEnvironment({ patchState }: StateContext<Config.State>, { environment }:SetEnvironment) {
setEnvironment({ patchState }: StateContext<Config.State>, { environment }: SetEnvironment) {
return patchState({
environment,
});

Loading…
Cancel
Save