REFACTOR: loadGoogle doesn't take any argument (#92)

This commit is contained in:
Joffrey JAFFEUX
2020-09-23 15:05:23 +02:00
committed by GitHub
parent 22dfb3aa5e
commit 15b2c1a05e
@@ -380,7 +380,7 @@ export default AdComponent.extend({
return;
}
loadGoogle(this.siteSettings).then(() => {
loadGoogle().then(() => {
this.set("loadedGoogletag", true);
this.set("lastAdRefresh", new Date());