75940: missing semicolons

This commit is contained in:
Kristof De Langhe
2021-01-27 12:58:38 +01:00
parent 694d45fd2c
commit 7ce8b3d460
3 changed files with 3 additions and 3 deletions

View File

@@ -98,7 +98,7 @@ export class ItemVersionsComponent implements OnInit {
*/
itemPageRoutes$: Observable<{
[itemId: string]: string
}>
}>;
constructor(private versionHistoryService: VersionHistoryDataService) {
}