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

Commit c0dfb14

Browse files
committed
chore(seeds): add dubbo community stupidly
1 parent 4a8fb0c commit c0dfb14

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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, :frontend)
68+
categorify_communities(communities, categories, :backend)
6969
end
7070
end
7171

lib/mastani_server/cms/delegates/seeds_config.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ defmodule MastaniServer.CMS.Delegate.SeedsConfig do
6161
[
6262
# "cyclejs"
6363
# "graphql"
64-
# "dubbo",
65-
"mithril"
64+
"dubbo"
65+
# "mithril"
6666
]
6767
end
6868

0 commit comments

Comments
 (0)