Skip to content

Commit f397e90

Browse files
committed
clear comments
1 parent 64cb4e2 commit f397e90

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

reducers/index.js

-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
// https://github.com/svrcekmichal/redux-axios-middleware
2-
// Every action which have payload.request defined will be handled by middleware. There are two possible type definitions.
3-
4-
// use action.type with string name
5-
// action with type will be dispatched on start, and then followed by type suffixed with underscore and
6-
// success suffix on success, or error suffix on error
7-
// defaults: success suffix = "_SUCCESS" error suffix = "_FAIL"
81
export const GET_TOKEN = 'GET_TOKEN';
92
export const GET_TOKEN_SUCCESS = 'GET_TOKEN_SUCCESS';
103
export const GET_TOKEN_FAIL = 'GET_TOKEN_FAIL';

0 commit comments

Comments
 (0)