quash-max icon indicating copy to clipboard operation
quash-max copied to clipboard

Remove the GitHub DTO

Open Hemanthr1 opened this issue 1 year ago • 2 comments

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.

Hemanthr1 avatar Jul 19 '24 11:07 Hemanthr1