fix merge mistake

This commit is contained in:
Diva M 2023-03-14 14:45:17 -05:00
parent 7f2e9b80bb
commit 9974dfe87b
No known key found for this signature in database
GPG Key ID: 1BAE5E01126680FE

View File

@ -3660,6 +3660,7 @@ pub fn serve<T: BeaconChainTypes>(
.uor(get_lighthouse_attestation_performance)
.uor(get_lighthouse_block_packing_efficiency)
.uor(get_lighthouse_merge_readiness)
.uor(get_lighthouse_blobs_sidecars.boxed())
.uor(get_events)
.recover(warp_utils::reject::handle_rejection),
)