Skip to content

Commit

Permalink
Task #58265: lint issues fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
christyfernandes committed May 24, 2022
1 parent 1435c3f commit ca5fe44
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 ca5fe44

Please sign in to comment.