flowaaa 9 ماه پیش
والد
کامیت
d37d1a4108
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      app-angular/src/modules/lesson/contact-list/contact-list.component.ts

+ 0 - 1
app-angular/src/modules/lesson/contact-list/contact-list.component.ts

@@ -22,7 +22,6 @@ export class ContactListPage implements OnInit {
     if (this.searchName) {
       query.contains('name', this.searchName);
     }
-
     query.find().then((results) => {
       this.contactList = results;
       this.contactList.forEach((contact,index)=>{