Skip to content

Commit

Permalink
reverted json-graphql-parser, added operator key to the query
Browse files Browse the repository at this point in the history
  • Loading branch information
koustov committed Aug 2, 2022
1 parent 6180dd9 commit 4ad836c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"git-repo-api": "^0.0.17",
"graphql": "^16.5.0",
"html-to-image": "^1.9.0",
"json-graphql-parser": "^0.1.5",
"json-graphql-parser": "^0.1.7",
"lodash": "^4.17.21",
"node-sass": "^7.0.1",
"react": "^18.0.0",
Expand All @@ -37,7 +37,6 @@
"redux": "^4.2.0",
"redux-persist": "^6.0.0",
"reselect": "^4.1.5",
"url": "^0.11.0",
"web-vitals": "^2.1.0"
},
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions src/common/services/request/query/like-play.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export const unlikeIndividualPlay = (Obj) => {
write: true,
where: {
clause: {
operator: "and",
conditions: [
{
field: "play_id",
Expand Down

0 comments on commit 4ad836c

Please sign in to comment.