harry-chin
harry-chin
There is an error in sell grapes step ``` curl --request POST --url 'http://localhost:3000/api/biswas.grower.SellGrapes' --header 'Content-Type: application/json' --header 'X-Access-Token:ACESS-TOKEN' --data '{ "$class": "biswas.grower.SellGrapes", "grapes": "resource:biswas.grower.Grapes#grapes1", "buyer": "resource:biswas.producer.WineProducer#producer1", "quantity": 400 }'...
└─┬ [email protected] └─┬ [email protected] └── [email protected] This issue is happening because of using old version of pg-types module. Do you have a plan to update pgtypes to 3.x from 2.x?...