Fix ngwords null bug

This commit is contained in:
KMY 2023-07-25 15:17:23 +09:00
parent 563fc88821
commit c530469139

View file

@ -17,7 +17,7 @@ class Admin::NgWord
private private
def ng_words def ng_words
Setting.ng_words Setting.ng_words || []
end end
def post_hash_tags_max def post_hash_tags_max