Skip to content

Commit

Permalink
[Automated] Merged master into target preview_envs_k8s
Browse files Browse the repository at this point in the history
  • Loading branch information
va-vsp-bot authored Mar 6, 2024
2 parents 351bafa + c94a4fa commit 172d6b8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/claims_api/lib/claims_api/form_schemas.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@

module ClaimsApi
class FormSchemas < JsonSchema::FormSchemas
# rubocop:disable Lint/MissingSuper
def initialize(schema_version: 'v1')
@schema_version = schema_version
super()
end
# rubocop:enable Lint/MissingSuper

def base_dir
Rails.root.join('modules', 'claims_api', Settings.claims_api.schema_dir, @schema_version)
Expand Down

0 comments on commit 172d6b8

Please sign in to comment.