Update adbutler.component.ts

This commit is contained in:
Piotr Pekala
2019-11-14 05:07:58 -08:00
parent a0cace9b62
commit ed9ca9ed03

View File

@ -28,7 +28,7 @@ export class AdbutlerComponent implements OnInit {
this.htmlCode = response['placements'].placement_1.body; this.htmlCode = response['placements'].placement_1.body;
this.ad.nativeElement.insertAdjacentHTML('beforeend', this.htmlCode); this.ad.nativeElement.insertAdjacentHTML('beforeend', this.htmlCode);
}, },
error => this.toasterService.error(error) error => {}
); );
} }
} }