Skip to content

Commit

Permalink
accidentally pushed with flag on. (#33464)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianseek authored Dec 11, 2024
1 parent a16fca7 commit 40f8103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/applications/vaos/utils/featureFlags.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = [
{ name: 'vaOnlineSchedulingBookingExclusion', value: false },
{ name: 'vaOnlineSchedulingStaticLandingPage', value: true },
{ name: 'vaOnlineSchedulingDatadogRum', value: true },
{ name: 'vaOnlineSchedulingCCDirectScheduling', value: true },
{ name: 'vaOnlineSchedulingCCDirectScheduling', value: false },
{ name: 'vaOnlineSchedulingRecentLocationsFilter', value: false },
{ name: 'vaOnlineSchedulingOhDirectSchedule', value: false },
{ name: 'vaOnlineSchedulingOhRequest', value: false },
Expand Down

0 comments on commit 40f8103

Please sign in to comment.