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: streamline service methods and enhance type handling
- Refactored service methods in AnimeService, CharacterService, MediaListService, MediaService, StaffService, and UserService to remove explicit return types, simplifying the code.
- Updated methods to use more descriptive parameter types, improving type safety and clarity.
- Enhanced the MediaListService to accept a media type parameter, allowing for more flexible media list retrieval.
- Removed unused imports and cleaned up code for better maintainability.
0 commit comments