forta-network / forta-bot-sdk

Forta Detection Bot SDK and CLI tool
MIT License
71 stars 38 forks source link

fix python finding unique key #332

Closed haseebrabbani closed 1 year ago

haseebrabbani commented 1 year ago

when converting a Python Finding object to json, we need to convert any camel-case variables to snake-case (so that the parent Node process can parse it)