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(song): update song entity and DTO to enforce maximum length constraints
- Introduced maximum length constraints for title, originalAuthor, and description fields in the Song entity using UPLOAD_CONSTANTS.
- Simplified the songPreviewFromSongDocumentWithUser function to default the description to an empty string if not provided.
- Updated the SongPreview DTO to reflect the new maximum length validations for title, originalAuthor, and description fields.
0 commit comments