graphprotocol / block-oracle

MIT License
5 stars 11 forks source link

Fix faulty type conversion in last payload health check #211

Closed neysofu closed 1 year ago

neysofu commented 1 year ago

createdAt is a BigInt, so it should be decoded as a String and only then converted to an i64.