[deploy] Bug Fix:Remove User Roles From Elasticsearch Returned Data (#9831)

This commit is contained in:
Molly Struve 2020-08-17 13:17:53 -05:00 committed by GitHub
parent 1c1ab8b709
commit db98a8e224
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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