Skip to content

Commit

Permalink
flip default to true for configWithTargeting
Browse files Browse the repository at this point in the history
  • Loading branch information
dgirardi committed Jun 13, 2024
1 parent 7c272d1 commit 23c127b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/paapiForGpt.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const MODULE = 'paapiForGpt';
let getPAAPIConfig;

config.getConfig('paapi', (cfg) => {
if (deepAccess(cfg, 'paapi.gpt.configWithTargeting', false)) {
if (deepAccess(cfg, 'paapi.gpt.configWithTargeting', true)) {
logInfo(MODULE, 'enabling PAAPI configuration with setTargetingForGPTAsync')
targeting.setTargetingForGPT.before(setTargetingHook);
} else {
Expand Down

0 comments on commit 23c127b

Please sign in to comment.