@zeniai/client-epic-state 5.1.20-betaRD3 → 5.1.20-betaRD4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -59,7 +59,7 @@ export const fetchTransactionCategorizationViewEpic = (actions$, state$) => acti
59
59
  cacheOverride === true ||
60
60
  fetchState === 'Not-Started' ||
61
61
  transactionIds.length === 0) {
62
- updateActions.push(fetchTransactionCategorization(selectedTab, period, clearingSearchWithNoSnapshot ? true : cacheOverride, keepExistingListItems, searchString, pageToken, refreshViewInBackground, clearingSearchWithNoSnapshot ? true : resetListItems, isUncategorizedExpenseCategoryEnabled));
62
+ updateActions.push(fetchTransactionCategorization(selectedTab, period, cacheOverride, keepExistingListItems, searchString, pageToken, refreshViewInBackground, resetListItems, isUncategorizedExpenseCategoryEnabled));
63
63
  }
64
64
  // On the initial load of a tab (searchString undefined = non-search fetch),
65
65
  // preload every other tab that hasn't been fetched yet for this period.
@@ -62,7 +62,7 @@ const fetchTransactionCategorizationViewEpic = (actions$, state$) => actions$.pi
62
62
  cacheOverride === true ||
63
63
  fetchState === 'Not-Started' ||
64
64
  transactionIds.length === 0) {
65
- updateActions.push((0, transactionsViewReducer_1.fetchTransactionCategorization)(selectedTab, period, clearingSearchWithNoSnapshot ? true : cacheOverride, keepExistingListItems, searchString, pageToken, refreshViewInBackground, clearingSearchWithNoSnapshot ? true : resetListItems, isUncategorizedExpenseCategoryEnabled));
65
+ updateActions.push((0, transactionsViewReducer_1.fetchTransactionCategorization)(selectedTab, period, cacheOverride, keepExistingListItems, searchString, pageToken, refreshViewInBackground, resetListItems, isUncategorizedExpenseCategoryEnabled));
66
66
  }
67
67
  // On the initial load of a tab (searchString undefined = non-search fetch),
68
68
  // preload every other tab that hasn't been fetched yet for this period.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zeniai/client-epic-state",
3
- "version": "5.1.20-betaRD3",
3
+ "version": "5.1.20-betaRD4",
4
4
  "description": "Shared module between Web & Mobile containing required abstractions for state management, async network communication. ",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/esm/index.js",