Problem : getBundleStatuses on a bundle that didn't land is returning a slot number and empty array.
curl 'https://mainnet.block-engine.jito.wtf/api/v1/bundles' \
--header 'Content-Type: application/json' \
--data '
{
"jsonrpc": "2.0",
"id": 1,
"method": "getBundleStatuses",
"params": [
[
"c5d32724a30604c2ca3734045c87a7d38bce53b27133137d4cc5d689491f5ef9"
]
]
}'

Solution: should return a null instead of an empty array