Skip to content

Commit 28f7d6c

Browse files
fix(condo): DOMA-11268 fix miniapps caching (#5925)
1 parent c3c34f3 commit 28f7d6c

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

apps/callcenter

apps/condo/domains/common/utils/next/apollo.ts

-5
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,6 @@ const cacheConfig: InitCacheConfig = (cacheOptions) => {
111111
read: listHelper.getReadFunction('paginate'),
112112
merge: listHelper.mergeLists,
113113
},
114-
allMiniApps: {
115-
keyArgs: ['where'],
116-
read: listHelper.getReadFunction('paginate'),
117-
merge: listHelper.mergeLists,
118-
},
119114
allB2BApps: {
120115
keyArgs: ['where'],
121116
read: listHelper.getReadFunction('paginate'),

0 commit comments

Comments
 (0)