diff --git a/services/bright/priv/repo/seeds.exs b/services/bright/priv/repo/seeds.exs index 179d3c1..633507f 100644 --- a/services/bright/priv/repo/seeds.exs +++ b/services/bright/priv/repo/seeds.exs @@ -13,5 +13,5 @@ for title <- ["Home Improvement", "Power Tools", "Gardening", "Books", "Education"] do - {:ok, _} = Bright.Catalog.create_category(%{title: title}) + {:ok, _} = Bright.Catalog.create_category!(%{title: title}) end