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

Commit 0c9fe19

Browse files
committed
chore(seeds): add some new communities
1 parent 3099b5e commit 0c9fe19

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

lib/mastani_server/cms/delegates/seeds_config.ex

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ defmodule MastaniServer.CMS.Delegate.SeedsConfig do
66
def communities(:pl_patch) do
77
[
88
# "deno"
9-
"crystal"
9+
# "crystal"
10+
"applescript",
11+
"hack",
12+
"nim",
13+
"fasm",
14+
"zig"
1015
]
1116
end
1217

priv/mock/community_patch_seeds.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ alias MastaniServer.CMS
44
# 2. need manulay set cate in categorify_communities
55

66
CMS.seed_communities(:pl_patch)
7-
CMS.seed_communities(:framework_patch)
7+
# CMS.seed_communities(:framework_patch)

0 commit comments

Comments
 (0)