scripts/apps/ingest/controllers/IngestDashboardController.ts
Function IngestDashboardController
has 28 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export function IngestDashboardController($scope, ingestSources, preferencesService, notify) {
$scope.items = [];
$scope.dashboard_items = [];
$scope.fetchItems = function() {