@quesmed/types-rn 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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types-rn",
3
- "version": "2.6.58",
3
+ "version": "2.6.59",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",
@@ -360,7 +360,7 @@ const updateQuestionHighlights = (typeId) => (cache, result, options) => {
360
360
  return;
361
361
  }
362
362
  try {
363
- for (const { questionId, highlights } of variables.input) {
363
+ for (const { questionId, highlights } of addQuestionHighlight) {
364
364
  cache.writeFragment({
365
365
  id: cache.identify({
366
366
  id: questionId,