Skip to content

Commit

Permalink
fix(fetchProducts): remove 'getProducts' namespace to 'fetchProducts'
Browse files Browse the repository at this point in the history
  • Loading branch information
aneurysmjs committed May 26, 2019
1 parent c8082c8 commit 90a5ca0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/store/actions/fetchProducts.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import { api } from '@/api';

import type { AsyncAction } from '@/store/types/Actions';
// import type { State } from '@/store/types/State';
import type { ProductsType } from '@/store/types/ProductsType';

import * as types from '../ActionTypes';
Expand Down

0 comments on commit 90a5ca0

Please sign in to comment.