@quesmed/types-rn 2.6.32 → 2.6.33
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
|
@@ -196,7 +196,7 @@ const optimisticQuestionComment = (id, user, input) => {
|
|
|
196
196
|
return {
|
|
197
197
|
restricted: {
|
|
198
198
|
questionComments: {
|
|
199
|
-
__typename: '
|
|
199
|
+
__typename: 'QuestionComment',
|
|
200
200
|
...newComment,
|
|
201
201
|
},
|
|
202
202
|
},
|
|
@@ -325,7 +325,7 @@ const optimisticQuestionCommentRemove = (comments, input, parentId) => {
|
|
|
325
325
|
return {
|
|
326
326
|
restricted: {
|
|
327
327
|
questionCommentRemove: {
|
|
328
|
-
__typename: '
|
|
328
|
+
__typename: 'QuestionComment',
|
|
329
329
|
...comment,
|
|
330
330
|
parentId: parentId ? parentId : 0,
|
|
331
331
|
replies: comment.replies ? comment.replies : [],
|