Skip to content
Snippets Groups Projects
Commit 7447dffe authored by Alex ORLUC's avatar Alex ORLUC
Browse files

fix missing var + type + scope

parent f90a34c8
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ export class ContactDetailComponent implements OnInit {
public http: HttpClient,
private notify: NotificationService,
private contactService: ContactService,
private functionsService: FunctionsService
public functionsService: FunctionsService
) { }
async ngOnInit(): Promise<void> {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment