Skip to content

Commit

Permalink
refactor(actions): use string for GLOSSARY_DETAILS_SUCCESS
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmason committed Sep 22, 2017
1 parent 7ded9c9 commit 105a80a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -16,6 +16,6 @@ export const SHOW_GLOSSARY_DETAILS = 'SHOW_GLOSSARY_DETAILS'
/* API request for glossary details has started. */
export const GLOSSARY_DETAILS_REQUEST = 'GLOSSARY_DETAILS_REQUEST'
/* API request for glossary details has completed successfully. */
export const GLOSSARY_DETAILS_SUCCESS = Symbol('GLOSSARY_DETAILS_SUCCESS')
export const GLOSSARY_DETAILS_SUCCESS = 'GLOSSARY_DETAILS_SUCCESS'
/* API request for glossary details has failed. */
export const GLOSSARY_DETAILS_FAILURE = Symbol('GLOSSARY_DETAILS_FAILURE')

0 comments on commit 105a80a

Please sign in to comment.