We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eed5f9e commit dc8b816Copy full SHA for dc8b816
crates/sui-analytics-indexer/src/analytics_processor.rs
@@ -97,7 +97,7 @@ impl<S: Serialize + ParquetSchema + Send + Sync + 'static> Worker for AnalyticsP
97
.with_label_values(&[self.name()])
98
.inc();
99
100
- let iter = self.handler.process_checkpoint(&checkpoint_data).await?;
+ let iter = self.handler.process_checkpoint(checkpoint_data).await?;
101
{
102
let mut writer = state.writer.lock().unwrap();
103
writer.write(iter)?;
0 commit comments