Skip to content

Commit

Permalink
Fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-ioki committed Oct 17, 2024
1 parent 2f42dd6 commit 8bba32a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/ioki/apis/operator_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ class OperatorApi
:cancellation_statement,
base_path: [API_BASE_PATH, 'products', :id],
model_class: Ioki::Model::Operator::CancellationStatement
),
)
].freeze
end
end
4 changes: 2 additions & 2 deletions lib/ioki/model/operator/title_translations.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ class TitleTranslations < Base
type: :string

attribute :title_de,
on: [:create, :update],
on: [:create, :update],
type: :string

attribute :title_fr,
on: [:create, :update],
on: [:create, :update],
type: :string

attribute :title_de_ch,
Expand Down

0 comments on commit 8bba32a

Please sign in to comment.