Closed whitfin closed 1 month ago
The current import returns {:ok, true}. We can do better than this and return the number of imported records. This also applies to cache loading, which uses import under the hood.
{:ok, true}
The current import returns
{:ok, true}
. We can do better than this and return the number of imported records. This also applies to cache loading, which uses import under the hood.