Merge branch 'pre_trustie_server' into trustie_server

This commit is contained in:
xiaoxiaoqiong 2021-12-01 17:45:31 +08:00
commit 30135ccad7
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ class Projects::ListQuery < ApplicationQuery
end
def filter_projects(collection)
collection = by_pinned(collection)
# collection = by_pinned(collection)
collection = by_search(collection)
collection = by_project_type(collection)
collection = by_project_category(collection)