Skip to content

Commit

Permalink
cleanup comments
Browse files Browse the repository at this point in the history
  • Loading branch information
wlmyng committed Oct 3, 2024
1 parent 93d3caf commit fc07d0e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/sui-indexer/src/store/pg_indexer_store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -748,8 +748,6 @@ impl PgIndexerStore {
.await
.map_err(IndexerError::from)
.context(error_message)?;

// TODO: (wlmyng) - so should we update the `watermarks` table here actually?
}
Ok::<(), IndexerError>(())
}
Expand Down

0 comments on commit fc07d0e

Please sign in to comment.