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

@@ -31,7 +31,7 @@ export class ItemSelectComponent extends ObjectSelectComponent<Item> {
*/
itemPageRoutes$: Observable<{
[itemId: string]: string
}>
}>;
constructor(protected objectSelectService: ObjectSelectService) {
super(objectSelectService);