IBM / customer-loyalty-program-hyperledger-fabric-VSCode

Customer loyalty program
https://developer.ibm.com/patterns/customer-loyalty-program-with-iks-saas-v2-fabric/
Apache License 2.0
98 stars 67 forks source link

Fixes JSON double-parsing errors #8

Closed rgeraldporter closed 4 years ago

rgeraldporter commented 5 years ago

This addresses #7

At several locations in network.js of the web app JSON.parse was being double-applied to JSON strings, resulting in Unexpected token o in JSON at position 1 error in the browser during registration, sign-in, etc.

sandhya-nayak commented 4 years ago

Verified changes. Merging. @rgeraldporter Thanks for creating the PR.