FIX code bug

This commit is contained in:
jasder 2021-05-13 14:56:58 +08:00
parent c2d7d8289e
commit fe9201d9f6
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ class Organizations::OrganizationsController < Organizations::BaseController
def recommend
recommend = %W(xuos Huawei_Technology openatom_foundation pkecosystem TensorLayer)
@organizations = Organization.with_visibility(%w(common)
@organizations = Organization.with_visibility(%w(common))
.where(nickname: recommend).select(:id, :nickname)
end