@quesmed/types-rn 2.6.217 → 2.6.218

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.217",
3
+ "version": "2.6.218",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",
@@ -94,7 +94,7 @@ const updateMarksheets = (cache, result, options) => {
94
94
  const { input } = variables;
95
95
  for (let i = 0; i < input.length; i++) {
96
96
  const inputData = input[i];
97
- const savedMarks = saveMarksheets.find((m) => m.id === inputData.marksheetId)?.marks;
97
+ const savedMarks = saveMarksheets.find((m) => Number(m.id) === Number(inputData.marksheetId))?.marks;
98
98
  const savedData = savedMarks?.find((m) => m.id === inputData.markId);
99
99
  cache.writeFragment({
100
100
  id: cache.identify({