Oscorp-HQ/quash-max

Remove the GitHub DTO

Aperta

#11 aperta il 19 lug 2024

 (2 commenti) (0 reazioni) (1 assegnatario)TypeScript (16 fork)auto 404
backendenhancementgood first issue

Metriche repository

Star
 (80 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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.

Guida contributor