You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your api responds with "value": 0 for resolutions with a value over 1k.
Educated guess, the bigint formatting and type checking of your api don't go hand in hand.
Please fix this and set up proper api tests.
Errors like this can lead to miss-classification of risk levels.
Your api responds with
"value": 0
for resolutions with a value over1k
.Educated guess, the
bigint
formatting and type checking of your api don't go hand in hand.Please fix this and set up proper api tests.
Errors like this can lead to miss-classification of risk levels.
Here the report:
The text was updated successfully, but these errors were encountered: