From 98ab5dc81048d47d08a231f17698128f959e59b2 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 25 Aug 2021 16:14:11 +0200 Subject: Remove useless async --- client/src/app/+home/home.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/app/+home') diff --git a/client/src/app/+home/home.component.ts b/client/src/app/+home/home.component.ts index 6e0c96760..f966a2b02 100644 --- a/client/src/app/+home/home.component.ts +++ b/client/src/app/+home/home.component.ts @@ -15,7 +15,7 @@ export class HomeComponent implements OnInit { private customPageService: CustomPageService ) { } - async ngOnInit () { + ngOnInit () { this.customPageService.getInstanceHomepage() .subscribe(({ content }) => this.homepageContent = content) } -- cgit v1.2.3