Skip to content

Commit

Permalink
Remove Members email from query (#495)
Browse files Browse the repository at this point in the history
  • Loading branch information
Betree authored Jul 19, 2023
1 parent 1773662 commit c268f9e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/server/controllers/members.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,6 @@ export async function list(req, res, next) {
service
username
}
... on Organization {
email
}
... on User {
email
}
Expand Down

0 comments on commit c268f9e

Please sign in to comment.