mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
remove consecutive blank line
This commit is contained in:
@@ -22,7 +22,6 @@ import { ReportModel } from '../models/report.model';
|
||||
import { Observer } from 'rxjs/Observer';
|
||||
import { Observable } from 'rxjs/Observable';
|
||||
|
||||
|
||||
@Component({
|
||||
moduleId: module.id,
|
||||
selector: 'analytics-report-list',
|
||||
@@ -61,7 +60,6 @@ export class AnalyticsReportListComponent implements OnInit {
|
||||
this.getReportListByAppId();
|
||||
}
|
||||
|
||||
|
||||
getReportListByAppId() {
|
||||
this.analyticsService.getReportList().subscribe(
|
||||
(res: ReportModel[]) => {
|
||||
|
Reference in New Issue
Block a user