You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes a bug in `DatabaseSeedingService` where the code was incorrectly attempting to access properties on a `User` object as if it were a `Map`. The logic now correctly accesses the `.roles` property and uses the `User` object from the fixture list directly.
0 commit comments