[deploy] Bug Fix:Remove User Roles From Elasticsearch Returned Data (#9831)
This commit is contained in:
parent
1c1ab8b709
commit
db98a8e224
1 changed files with 0 additions and 1 deletions
|
|
@ -25,7 +25,6 @@ module Search
|
|||
"comments_count" => source["comments_count"],
|
||||
"badge_achievements_count" => source["badge_achievements_count"],
|
||||
"last_comment_at" => source["last_comment_at"],
|
||||
"roles" => source["roles"],
|
||||
"user_id" => source["id"]
|
||||
}
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue