Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 fix: Correctly retrieve user image in GetClassUserInfo
Resolved an issue where the user's image was not being fetched correctly by joining the User table in the GetClassUserInfo method. The join ensures that all required user details, including the image, are correctly loaded and returned within the ClassMemberDTO. Related issue: #212
- Loading branch information