Skip to content

Commit

Permalink
userDefaultFields renamed to userFields
Browse files Browse the repository at this point in the history
  • Loading branch information
theodorDiaconu committed Aug 29, 2018
1 parent 74d90fd commit 3bf8478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/initialize.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default function initialize(apolloConfig = {}, meteorApolloConfig = {}) {
{
gui: Meteor.isDevelopment,
middlewares: [],
userDefaultFields: {
userFields: {
_id: 1,
roles: 1,
username: 1,
Expand Down

0 comments on commit 3bf8478

Please sign in to comment.