Skip to content

Commit

Permalink
[Unblock Health]Modified Patent-details variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
bensonpaul committed Mar 15, 2024
1 parent da49318 commit 0777ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/main-new.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ $('#contact-submit-live').click(function (e) {
"Content-Type": "application/json"
},
"data": JSON.stringify({
query: "mutation MyMutation {\r\n notifyUserRegistrationV1(input: {email: \"" + email + "\", name: \"" + first_name + "\", userType: \"" + patientdetailsvalue + "\"}) {\r\n requestApiResponse {\r\n data\r\n status {\r\n code\r\n message\r\n }\r\n success\r\n }\r\n }\r\n}",
query: "mutation MyMutation {\r\n notifyUserRegistrationV1(input: {email: \"" + email + "\", name: \"" + first_name + "\", userType: \"" + patientdetails + "\"}) {\r\n requestApiResponse {\r\n data\r\n status {\r\n code\r\n message\r\n }\r\n success\r\n }\r\n }\r\n}",
variables: {}
})
};
Expand Down

0 comments on commit 0777ed2

Please sign in to comment.