Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit eb85067

Browse files
committed
chore(seeds): add machine-learning community
1 parent 28734d3 commit eb85067

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

lib/mastani_server/cms/delegates/seeds.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ defmodule MastaniServer.CMS.Delegate.Seeds do
6565
{:ok, communities} <- seed_for_communities(bot, :framework_patch) do
6666
threadify_communities(communities, threads.entries)
6767
tagfy_threads(communities, threads.entries, bot)
68-
categorify_communities(communities, categories, :backend)
68+
categorify_communities(communities, categories, :ai)
6969
end
7070
end
7171

lib/mastani_server/cms/delegates/seeds_config.ex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,9 @@ defmodule MastaniServer.CMS.Delegate.SeedsConfig do
6161
[
6262
# "cyclejs"
6363
# "graphql"
64-
"dubbo"
64+
# "dubbo"
6565
# "mithril"
66+
"machine-learning"
6667
]
6768
end
6869

0 commit comments

Comments
 (0)