Skip to content

Commit f1478f7

Browse files
[autofix.ci] apply automated fixes
1 parent 250198e commit f1478f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tendermint-rpc/src/comet38/adaptor/responses.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ function decodeBlockResults(data: RpcBlockResultsResponse): responses.BlockResul
298298
results: (data.txs_results || []).map(decodeTxData),
299299
validatorUpdates: (data.validator_updates || []).map(decodeValidatorUpdate),
300300
consensusUpdates: may(decodeConsensusParams, data.consensus_param_updates),
301-
finalizeBlockEvents: decodeEvents(data.finalize_block_events || [])
301+
finalizeBlockEvents: decodeEvents(data.finalize_block_events || []),
302302
};
303303
}
304304

0 commit comments

Comments
 (0)