Skip to content

Commit

Permalink
Fix a typo in firstimpression.io network config (#30313)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zer0Divis0r committed Sep 21, 2020
1 parent 0cc9f10 commit 0528ba8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export class FirstImpressionIoConfig {
queryParams['fi_reveal'] = fiReveal;
}
if (fiDemand) {
queryParams['fi_demand'] = fiReveal;
queryParams['fi_demand'] = fiDemand;
}
if (fiGeo) {
queryParams['fi_geo'] = fiGeo;
Expand Down

0 comments on commit 0528ba8

Please sign in to comment.