@quesmed/types-rn 2.4.8 → 2.4.9
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.
package/package.json
CHANGED
|
@@ -209,6 +209,7 @@ const updateCacheOnRemoveFromDailyStack = (cache, result, options) => {
|
|
|
209
209
|
...prevData.restricted.user,
|
|
210
210
|
completedCards: newCompletedCards,
|
|
211
211
|
completedCardsCount: newCompletedCards.length,
|
|
212
|
+
dailyFeed: data.dailyFeed,
|
|
212
213
|
},
|
|
213
214
|
},
|
|
214
215
|
},
|
|
@@ -258,6 +259,7 @@ const updateCacheOnAddToDailyStack = (cache, result) => {
|
|
|
258
259
|
...prevData.restricted.user,
|
|
259
260
|
completedCards: newCompletedCards,
|
|
260
261
|
completedCardsCount: newCompletedCards.length,
|
|
262
|
+
dailyFeed: data.dailyFeed,
|
|
261
263
|
},
|
|
262
264
|
},
|
|
263
265
|
},
|