Skip to content

Commit

Permalink
removed trailing ; from query params
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan-L committed Dec 20, 2024
1 parent 46af082 commit c4d14a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions live/windows-config/windows-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"type": "survey",
"value": "https://selfserve.decipherinc.com/survey/selfserve/32ab/privacypro_exitsurvey?list=3",
"additionalParameters": {
"queryParams": "wv;ddgv;mo;sts;ppro_status;ppro_platform;ppro_billing;ppro_days_since_purchase;ppro_days_until_exp;"
"queryParams": "wv;ddgv;mo;sts;ppro_status;ppro_platform;ppro_billing;ppro_days_since_purchase;ppro_days_until_exp"
}
}
},
Expand All @@ -37,7 +37,7 @@
"type": "survey",
"value": "https://selfserve.decipherinc.com/survey/selfserve/32ab/privacypro_windows_newsubscribersurvey?list=3",
"additionalParameters": {
"queryParams": "wv;ddgv;mo;sts;ppro_status;ppro_platform;ppro_billing;ppro_days_since_purchase;ppro_days_until_exp;"
"queryParams": "wv;ddgv;mo;sts;ppro_status;ppro_platform;ppro_billing;ppro_days_since_purchase;ppro_days_until_exp"
}
}
},
Expand Down Expand Up @@ -83,7 +83,7 @@
"type": "survey",
"value": "https://selfserve.decipherinc.com/survey/selfserve/32ab/241004?list=1",
"additionalParameters": {
"queryParams": "wv;atb;ddgv;sts;var;origin;"
"queryParams": "wv;atb;ddgv;sts;var;origin"
}
}
},
Expand Down

0 comments on commit c4d14a2

Please sign in to comment.