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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -380,7 +380,7 @@ export default AdComponent.extend({
return;
}
loadGoogle(this.siteSettings).then(() => {
loadGoogle().then(() => {
this.set("loadedGoogletag", true);
this.set("lastAdRefresh", new Date());