Skip to content

Conversation

@Saby-Bishops
Copy link
Member

Motivation

  • Remove stale currentParams state and its assignment from the courses service to avoid keeping outdated request parameters and reduce dead code.

Description

  • Deleted the currentParams: any; field in CoursesService and removed the this.currentParams = { ids: [ courseId ], opts }; assignment from requestCourse.

Testing

  • Ran rg -n "currentParams" src/app and it returned no matches, confirming the symbol was removed.
  • Ran npm run lint -- --type-check which failed in this environment with sh: 1: ng: not found, so full type-check linting could not be completed.

Codex Task

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants