Skip to content

Commit

Permalink
Add remove action constant
Browse files Browse the repository at this point in the history
  • Loading branch information
RobPando committed Jul 9, 2020
1 parent f2ae2ef commit 2176cd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ export const OFFLINE = `${ACTION_PREFIX}OFFLINE`
* These are fired to manage the internal offline queue state.
*/
export const QUEUE_ACTION = `${ACTION_PREFIX}QUEUE_ACTION`
export const REMOVE_ACTION = `${ACTION_PREFIX}REMOVE_ACTION`
export const RESET_QUEUE = `${ACTION_PREFIX}RESET_QUEUE`

0 comments on commit 2176cd2

Please sign in to comment.