Skip to content

Commit

Permalink
HOTFIX - Enable VA Profile v3 Flags
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanParish authored Oct 4, 2024
1 parent 5774d8c commit 1c94753
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
},
{
"name": "VA_PROFILE_V3_IDENTIFY_MOBILE_TELEPHONE_NUMBERS",
"value": "False"
"value": "True"
}
],
"secrets": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
},
{
"name": "VA_PROFILE_V3_COMBINE_CONTACT_INFO_AND_PERMISSIONS_LOOKUP",
"value": "False"
"value": "True"
}
],
"secrets": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -195,11 +195,11 @@
},
{
"name": "VA_PROFILE_V3_COMBINE_CONTACT_INFO_AND_PERMISSIONS_LOOKUP",
"value": "False"
"value": "True"
},
{
"name": "VA_PROFILE_V3_IDENTIFY_MOBILE_TELEPHONE_NUMBERS",
"value": "False"
"value": "True"
}
],
"secrets": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
},
{
"name": "VA_PROFILE_V3_IDENTIFY_MOBILE_TELEPHONE_NUMBERS",
"value": "False"
"value": "True"
}
],
"secrets": [
Expand Down

0 comments on commit 1c94753

Please sign in to comment.