Skip to content

Commit e86371c

Browse files
committed
Make this a const while we're at it...
1 parent bce5ff4 commit e86371c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/actionTypes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* If the current state is undefined, you must return the initial state.
55
* Do not reference these action types directly in your code.
66
*/
7-
var ActionTypes = {
7+
const ActionTypes = {
88
INIT: '@@redux/INIT',
99
REPLACE: '@@redux/REPLACE'
1010
}

0 commit comments

Comments
 (0)