Skip to content

Commit

Permalink
Code linted by AMP cli utility
Browse files Browse the repository at this point in the history
 On branch adtype_affinity_v2
 Changes to be committed:
	modified:   ads/ads.extern.js
	modified:   ads/vendors/affinity.js
  • Loading branch information
github-01-affinity committed Jul 21, 2023
1 parent 3957f88 commit fc5fcd5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ads/ads.extern.js
Original file line number Diff line number Diff line change
Expand Up @@ -799,4 +799,4 @@ window.zergnetWidgetId;
data.zergid;

// _ping_.js
window.networkIntegrationDataParamForTesting;
window.networkIntegrationDataParamForTesting;
4 changes: 2 additions & 2 deletions ads/vendors/affinity.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export function affinity(global, data) {
'affJson',
'affRtcConfig',
'jsontargeting',
'extras'
'extras',
]
);

Expand Down Expand Up @@ -109,4 +109,4 @@ export function affinity(global, data) {
}
} catch (e) {}
runV1(global, data);
}
}

0 comments on commit fc5fcd5

Please sign in to comment.