samagra-comms / transformer

0 stars 12 forks source link

[Bug] - Getting Message State Id Null from DB #111

Closed pankajjangid05 closed 1 year ago

pankajjangid05 commented 1 year ago

Getting this error :

Image

pankajjangid05 commented 1 year ago

This error is occurring because we have received multiple records from the database for the same user. These duplicate entries are being inserted because we have received a null message state ID. Consequently, a new record is inserted into the table each time.

Bug fixed in this PR : https://github.com/samagra-comms/transformer/pull/113 and deployed on prod with tested