Skip to content

Commit

Permalink
[NOISSUE]
Browse files Browse the repository at this point in the history
missed update for role
  • Loading branch information
jj committed Mar 5, 2019
1 parent fbec675 commit 9bcaf38
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class UserBootstrap {
it.password = password
it.firstName = firstName
it.lastName = lastName
it.roles.add(role)
it.roles = [role]
it.emailAddress = email
it
}
Expand Down

0 comments on commit 9bcaf38

Please sign in to comment.