Closed hasin-zaman closed 4 days ago
But user.profile is nullable shouldn't user.profile.name instead of user.profile!.name give error?
I have made the required changes. Can you review if they're okay? I had to typecast req.user = user as UserProps because it was expecting user.profile to be null even though I have kept it non nullable
closes #45