flowaaa 1 anno fa
parent
commit
84c802bae2

+ 0 - 1
app-angular/src/modules/lesson/page-lesson-detail/page-lesson-detail.component.ts

@@ -59,7 +59,6 @@ export class PageLessonDetailComponent {
     this.commentList = await this.getCommentData()
     this.commentCount = this.commentList.length;
   }
-
   async getCommentData() {
     let query = new Parse.Query("CourseComment");
     query.equalTo("lesson", this.lessonPointer);