dci-python-backend-assignments / tdd-class-social

6 stars 4 forks source link

fixed user editing function to save changes to db #44

Open Hans-Lambda opened 2 years ago

Hans-Lambda commented 2 years ago

fixed user editing function to save changes to db. New input for edit_user_profile is (user.id, dict(changes) instead of (user, dict(changes))

Please review, test or approve.