Skip to content

Commit

Permalink
add missing update code_interface
Browse files Browse the repository at this point in the history
  • Loading branch information
yujonglee committed Sep 18, 2024
1 parent c75e70b commit d35ac4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/lib/canary/sources/document/document.ex
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ defmodule Canary.Sources.Document do

code_interface do
define :update_chunks, args: [:chunks], action: :update
define :update, args: [:meta, :chunks], action: :update
define :find_by_chunk_index_ids, args: [:chunk_index_ids], action: :find_by_chunk_index_ids
end

Expand Down

0 comments on commit d35ac4c

Please sign in to comment.