debug
This commit is contained in:
parent
7ba6c5fec0
commit
df171274ca
1 changed files with 1 additions and 1 deletions
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue