Skip to content

Commit

Permalink
DEV clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
cdcabrera committed Nov 12, 2020
1 parent c7c6e0a commit 19ed943
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/redux/selectors/appMessagesSelectors.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import { rhsmApiTypes } from '../../types';
* Selector cache.
*
* @private
* @type {{dataId: {string}, data: {object}}}
* @type {{data: {object}}}
*/
const selectorCache = { dataId: null, data: {} };
const selectorCache = { data: {} };

/**
* Return a combined state, props object.
Expand Down

0 comments on commit 19ed943

Please sign in to comment.