Skip to content

Commit

Permalink
remove a todo that is todone
Browse files Browse the repository at this point in the history
  • Loading branch information
jkwatson committed Dec 20, 2024
1 parent e63df42 commit 4a7ec56
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ public ReconcileResult reconcile(Set<RagDocument> documents) {
log.info("Document already indexed: {}", document.filename());
continue;
}
// todo: is there a way to test intermediate state?
setToInProgress(document);

IndexConfiguration indexConfiguration = fetchIndexConfiguration(document.dataSourceId());
Expand Down

0 comments on commit 4a7ec56

Please sign in to comment.