Closed hl closed 5 years ago
Hey Ben, first off, great work!
I think these two lines can be removed in the command UpdateUser so they won't be mandatory when updating an existing user
UpdateUser
https://github.com/slashdotdash/conduit/blob/master/lib/conduit/accounts/commands/update_user.ex#L21
https://github.com/slashdotdash/conduit/blob/master/lib/conduit/accounts/commands/update_user.ex#L27
Yes, those fields should be made optional. Thanks for the feedback.
Hey Ben, first off, great work!
I think these two lines can be removed in the command
UpdateUser
so they won't be mandatory when updating an existing userhttps://github.com/slashdotdash/conduit/blob/master/lib/conduit/accounts/commands/update_user.ex#L21
https://github.com/slashdotdash/conduit/blob/master/lib/conduit/accounts/commands/update_user.ex#L27