the-hideout/tarkov-api

Inconsistent return type on empty Barter.requiredItems.attributes & Barter.rewardItems.attributes.

CodyLyttle opened this issue · 1 comments

"requiredItems": [
{
    "attributes": []
}]
"rewardItems": [
{
    "attributes": null
}]