We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This code appears to be unused:
modules/mobile/app/models/mobile/v0/adapters/va_facilities.rb modules/mobile/app/models/mobile/v0/adapters/va_appointments.rb modules/mobile/app/models/mobile/v0/adapters/appointment_requests.rb modules/mobile/app/models/mobile/v0/templates/base_appointment.rb modules/mobile/app/models/mobile/v0/templates/community_care_appointment.rb modules/mobile/app/models/mobile/v0/templates/va_appointment.rb
Also, in the mobile appointment model, the encode_cancel_id and decode_cancel_id appear to be deprecated.
encode_cancel_id
decode_cancel_id
Let's confirm that it's not needed and delete it.
The text was updated successfully, but these errors were encountered:
aherzberg
No branches or pull requests
This code appears to be unused:
modules/mobile/app/models/mobile/v0/adapters/va_facilities.rb
modules/mobile/app/models/mobile/v0/adapters/va_appointments.rb
modules/mobile/app/models/mobile/v0/adapters/appointment_requests.rb
modules/mobile/app/models/mobile/v0/templates/base_appointment.rb
modules/mobile/app/models/mobile/v0/templates/community_care_appointment.rb
modules/mobile/app/models/mobile/v0/templates/va_appointment.rb
Also, in the mobile appointment model, the
encode_cancel_id
anddecode_cancel_id
appear to be deprecated.Let's confirm that it's not needed and delete it.
The text was updated successfully, but these errors were encountered: