-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
Description
Issue Description
Remove the GitHub DTO from the codebase, as the functionality can be effectively managed using the JSON object received from GitHub.
Expected Behavior
The application should function as intended without the GitHub DTO, utilizing the JSON object directly instead.
Actual Behavior
The presence of the GitHub DTO introduces unnecessary complexity to the codebase.