Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(backend/services): Preserve existing settings when updating user …
…settings - Updated `updateSettingsById` function in `userService.js` to preserve existing settings when updating user settings. - Ensured only provided settings fields are updated, leaving other fields unchanged. - Validated and applied partial updates to the `settings` subdocument.
- Loading branch information