This commit is contained in:
2024-07-16 10:23:21 +08:00
parent 21eb842766
commit da6931d790
2 changed files with 3 additions and 1 deletions

View File

@@ -83,5 +83,7 @@ class Projects::ListMyQuery < ApplicationQuery
scope.distinct.order("projects.#{sort} #{sort_direction}")
end
end
return scope, @home_top_ids
end
end