Skip to content

Commit

Permalink
feat: #2123 WIP testing saga
Browse files Browse the repository at this point in the history
  • Loading branch information
Cuong Vu committed Jul 23, 2020
1 parent e1c22ae commit 5ebeaa4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/marketplace/src/sagas/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export const clientDataFetch = function*({ data }) {
pageSize: BROWSE_APPS_PER_PAGE,
isFeatured: isFilteringForDirectApiApps ? undefined : false,
isDirectApi: isFilteringForDirectApiApps ? true : undefined,
clientId: 'DXX',
}),
!!search || !!category
? currentFeaturedApps
Expand All @@ -50,6 +51,7 @@ export const clientDataFetch = function*({ data }) {
pageNumber: 1,
pageSize: FEATURED_APPS,
isFeatured: true,
clientId: 'DXX',
}),
currentCategories.length > DEFAULT_CATEGORY_LENGTH ? currentCategories : call(fetchCategoriesList, {}),
])
Expand Down

0 comments on commit 5ebeaa4

Please sign in to comment.