@quesmed/types 2.6.58 → 2.6.59
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.
|
@@ -360,7 +360,7 @@ const updateQuestionHighlights = (typeId) => (cache, result, options) => {
|
|
|
360
360
|
return;
|
|
361
361
|
}
|
|
362
362
|
try {
|
|
363
|
-
for (const { questionId, highlights } of
|
|
363
|
+
for (const { questionId, highlights } of addQuestionHighlight) {
|
|
364
364
|
cache.writeFragment({
|
|
365
365
|
id: cache.identify({
|
|
366
366
|
id: questionId,
|
|
@@ -349,7 +349,7 @@ export const updateQuestionHighlights = (typeId) => (cache, result, options) =>
|
|
|
349
349
|
return;
|
|
350
350
|
}
|
|
351
351
|
try {
|
|
352
|
-
for (const { questionId, highlights } of
|
|
352
|
+
for (const { questionId, highlights } of addQuestionHighlight) {
|
|
353
353
|
cache.writeFragment({
|
|
354
354
|
id: cache.identify({
|
|
355
355
|
id: questionId,
|