Skip to content

Commit

Permalink
cleanup comments
Browse files Browse the repository at this point in the history
  • Loading branch information
wlmyng committed Oct 2, 2024
1 parent 85cda77 commit 93e6585
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 @@ -747,8 +747,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 93e6585

Please sign in to comment.