Skip to content

Commit

Permalink
refactor: Remove unneeded mutable reference
Browse files Browse the repository at this point in the history
  • Loading branch information
morgsmccauley committed Nov 6, 2023
1 parent 655752c commit bf90a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indexer/queryapi_coordinator/src/indexer_registry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ fn index_and_process_register_calls(
if let Some(thread) =
crate::historical_block_processing::spawn_historical_message_thread(
current_block_height,
&mut new_indexer_function,
&new_indexer_function,
context.redis_connection_manager,
)
{
Expand Down

0 comments on commit bf90a5f

Please sign in to comment.