diff --git a/components/chainhook-event-observer/src/hord/db/mod.rs b/components/chainhook-event-observer/src/hord/db/mod.rs
index 7ca02d0..7b7a5ef 100644
--- a/components/chainhook-event-observer/src/hord/db/mod.rs
+++ b/components/chainhook-event-observer/src/hord/db/mod.rs
@@ -362,7 +362,7 @@ pub fn find_latest_inscription_number_at_block_height(
block_height: &u64,
inscriptions_db_conn: &Connection,
_ctx: &Context,
-) -> Result