Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Strech committed Aug 3, 2024
1 parent 7340ef8 commit 14b5296
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/avrora/storage/file.ex
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ defmodule Avrora.Storage.File do
@impl true
def put(_key, _value), do: {:error, :unsupported}

# TODO: Move `Name.parse` outside of the method
defp read_schema_file_by_name(name) do
with {:ok, schema_name} <- Name.parse(name),
filepath <- name_to_filepath(schema_name.name) do
Expand Down

0 comments on commit 14b5296

Please # to comment.