Skip to content

fix: #242 remove unused v1.ts type definitions - #419

Merged
DeFiVC merged 1 commit into
ChainLearnOfficial:mainfrom
Oluwatomilola:fix/#242-remove-unused-v1-types
Aug 30, 2026
Merged

fix: #242 remove unused v1.ts type definitions#419
DeFiVC merged 1 commit into
ChainLearnOfficial:mainfrom
Oluwatomilola:fix/#242-remove-unused-v1-types

Conversation

@Oluwatomilola

Copy link
Copy Markdown
Contributor
  • Delete src/types/api/v1.ts which defines unused types (ApiResponse, PaginatedResponse, CourseSummaryV1, etc.)
  • These types are not imported or used anywhere in the codebase
  • Controllers use inline object literals instead
  • Cleanup dead code

Closes: #242

- Delete src/types/api/v1.ts which defines unused types (ApiResponse, PaginatedResponse, CourseSummaryV1, etc.)
- These types are not imported or used anywhere in the codebase
- Controllers use inline object literals instead
- Cleanup dead code
@drips-wave

drips-wave Bot commented Aug 30, 2026

Copy link
Copy Markdown

@Oluwatomilola Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@DeFiVC
DeFiVC merged commit 8941001 into ChainLearnOfficial:main Aug 30, 2026
1 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

src/types/api/v1.ts is dead code -- unused types

2 participants