Skip to content

Commit

Permalink
update dates to test py25 plans
Browse files Browse the repository at this point in the history
  • Loading branch information
kvootla committed Oct 24, 2024
1 parent 7b660b2 commit 722c3b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/api/v1/employees_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def start_on_dates
is_find_my_doctor_enabled = QuotingToolRegistry.feature_enabled?(:find_my_doctor)

result = {
dates: dates,
dates: ["2025/01/01", "2025/02/01", "2025/03/01"],
is_late_rate: !dates_rates_hash.values.all?,
is_sic_codes_enabled: is_sic_codes_enabled,
is_benefit_model_enabled: is_benefit_model_enabled,
Expand Down

0 comments on commit 722c3b6

Please sign in to comment.