Brijesh-Thakkar commented on code in PR #4082:
URL: https://github.com/apache/streampipes/pull/4082#discussion_r2656655625
##########
ui/src/app/assets/components/asset-overview/asset-overview.component.ts:
##########
@@ -71,6 +71,7 @@ export class SpAssetOverviewComponent implements OnInit {
private breadcrumbService: SpBreadcrumbService,
private dialogService: DialogService,
private router: Router,
+ private route: ActivatedRoute,
Review Comment:
ActivatedRoute was a leftover from debugging and is not required for the
final fix. Removed the unused dependency
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]