This commit is contained in:
jejolare 2024-10-17 18:24:47 +07:00
parent 7ba6c5fec0
commit df171274ca

View file

@ -647,7 +647,7 @@ const requestsLimiter = rateLimit({
}
const blockInfo = await Block.findOne({
where: { tx_id: data.result.tx_info.keeper_block },
where: { tx_id: data.result?.tx_info?.keeper_block?.toString() },
});
res.json({