crypto-bug-hunters / bug-buster

🪲 Bug Buster, a bug bounty platform powered by Cartesi Rollups
https://x.com/BugBusterApp
Apache License 2.0
10 stars 11 forks source link

Comply with JSON naming recommendations #59

Closed ZzzzHui closed 5 months ago

ZzzzHui commented 6 months ago

For the fields of interfaces in frontend/src/model/state.ts, they should be the same case as the JSON data, which follows camelCase as per JSON recommendations.

More context can be found in this PR https://github.com/crypto-bug-hunters/bug-less/pull/48#discussion_r1521726101