You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: change properties in RetentionConfig and RetentionResult to readonly
- Updated properties in `RetentionConfig` and `RetentionResult` classes to be readonly, ensuring immutability after object construction.
- This change enhances data integrity and aligns with best practices for DTOs.
0 commit comments