Skip to content

Commit aa5a76a

Browse files
JunTaoLuoCopilot
andauthored
Update modules/vaos/app/services/vaos/v2/unified/slots_service.rb
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 77defde commit aa5a76a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/vaos/app/services/vaos/v2/unified/slots_service.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def slots_for(provider:, start_dt:, end_dt:, clinical_service: nil, appointment_
3838
attr_reader :user
3939

4040
def fetch_va_slots(provider, start_dt, end_dt, clinical_service)
41-
raise Common::Exceptions::ParameterMissing, 'service_type' if clinical_service.blank?
41+
raise Common::Exceptions::ParameterMissing, 'clinical_service' if clinical_service.blank?
4242

4343
if provider.location_id.blank? || provider.id.blank?
4444
raise Common::Exceptions::UnprocessableEntity.new(

0 commit comments

Comments
 (0)