Clean code

This commit is contained in:
Luca 2023-10-31 19:44:40 +01:00
parent 0f7068f175
commit 6e99a3d193
Signed by: lrullo
GPG Key ID: A04E97D8E19A58A7

View File

@ -21,7 +21,6 @@ export class AppComponent implements OnInit {
playerService.init_app$ playerService.init_app$
.subscribe( .subscribe(
(res:any) => { (res:any) => {
console.log('jsjs')
this.start = res; this.start = res;
} }
) )