Skip to content

Commit

Permalink
Add TODO.
Browse files Browse the repository at this point in the history
  • Loading branch information
tpendragon committed Jul 24, 2024
1 parent 28ed2ee commit 923297c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/dpul_collections/indexing_pipeline.ex
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,6 @@ defmodule DpulCollections.IndexingPipeline do
def change_hydration_cache(%HydrationCache{} = hydration_cache, attrs \\ %{}) do
HydrationCache.changeset(hydration_cache, attrs)
end

## TODO: Make an upsert hydration cache, maybe delete all these other ones.
end

0 comments on commit 923297c

Please sign in to comment.