From 14b5296e20329a37ce6d7113d9c03505e043f6b4 Mon Sep 17 00:00:00 2001 From: Sergey Fedorov Date: Sat, 3 Aug 2024 14:36:04 +0200 Subject: [PATCH] Add comment --- lib/avrora/storage/file.ex | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/avrora/storage/file.ex b/lib/avrora/storage/file.ex index 1634e9a..471c80d 100644 --- a/lib/avrora/storage/file.ex +++ b/lib/avrora/storage/file.ex @@ -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