Skip to content

Commit

Permalink
Merge pull request #419 from sunbird-cb/mandatory-courses
Browse files Browse the repository at this point in the history
Task #58265: lint issues fixed
  • Loading branch information
christyfernandes authored May 24, 2022
2 parents 16d2358 + ca5fe44 commit 3f83970
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,6 @@ export class AppTocBannerComponent implements OnInit, OnChanges, OnDestroy {

private getResumeDataFromList(type?: string) {
if (!type) {
console.log('getResumeDataFromList: type', type)
const lastItem = this.resumeData && this.resumeData.pop()
return {
identifier: lastItem.contentId,
Expand Down

0 comments on commit 3f83970

Please sign in to comment.