Skip to content

Commit f76ccc4

Browse files
committed
Switched to underscore-notation in actions
1 parent 99085cf commit f76ccc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

actions/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
export const REDUX_SAGA_LOCATION_ACTION_SET_POSITION = 'REDUX-SAGA-LOCATION-SET-POSITION';
2-
export const REDUX_SAGA_LOCATION_ACTION_SET_ERROR = 'REDUX-SAGA-LOCATION-SET-ERROR';
1+
export const REDUX_SAGA_LOCATION_ACTION_SET_POSITION = 'REDUX_SAGA_LOCATION_SET_POSITION';
2+
export const REDUX_SAGA_LOCATION_ACTION_SET_ERROR = 'REDUX_SAGA_LOCATION_SET_ERROR';

0 commit comments

Comments
 (0)