Skip to content

Commit

Permalink
Fix memory id
Browse files Browse the repository at this point in the history
  • Loading branch information
michalwarda committed Oct 8, 2024
1 parent a80fa27 commit 0e88a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/lib/buildel/blocks/knowledge.ex
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ defmodule Buildel.Blocks.Knowledge do
|> Enum.map(fn memory ->
%{
file_name: memory.file_name,
id: memory.file_uuid
id: memory.id
}
end)

Expand Down

0 comments on commit 0e88a8c

Please sign in to comment.