Replace uuids with "nanoid"s

This commit is contained in:
Thelonius Kort
2023-01-11 19:01:28 +01:00
parent 881a8ee094
commit 403116cd08
16 changed files with 38 additions and 33 deletions

View File

@ -15,9 +15,9 @@ defmodule Outlook.InternalTree do
end
require Logger
def apply_modifier(tree, modifier, uuids, opts \\ %{}) do
def apply_modifier(tree, modifier, nids, opts \\ %{}) do
# Logger.info modifier
Modifiers.traverse_tree(tree, modifier, uuids, opts)
Modifiers.traverse_tree(tree, modifier, nids, opts)
end
def partition_text(tree) do