@quesmed/types-rn 2.6.69 → 2.6.70

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.69",
3
+ "version": "2.6.70",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",
@@ -400,10 +400,10 @@ const updateQuestionLearningPoint = (typeId) => (cache, result, options) => {
400
400
  return;
401
401
  }
402
402
  try {
403
- for (const { id, userPoint } of addQuestionLearningPoint) {
403
+ for (const { questionId, userPoint } of addQuestionLearningPoint) {
404
404
  cache.writeFragment({
405
405
  id: cache.identify({
406
- id,
406
+ id: questionId,
407
407
  __typename: (0, exports.getQuestionTypeName)(typeId),
408
408
  }),
409
409
  data: {