Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor PaperLevelView mapping to handle empty optionals
Remove redundant orElse calls and streamline the mapping process by directly handling empty optionals. This enhancement ensures that null values are only applied if all optional fields are empty, improving code readability and efficiency.
- Loading branch information