Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
annvelents committed Dec 26, 2024
1 parent 6c851af commit 232645c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions app/controllers/api/v1/customers_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ def update_invoice_custom_sections
render_customer(result.customer)
else
render_error_response(result)
end
end

def applicable_invoice_custom_sections
Expand Down
2 changes: 1 addition & 1 deletion app/serializers/v1/invoice_custom_section_serializer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def serialize
display_name: model.display_name,
selected_for_organization: model.selected_for_organization?,
organization: {
lago_id: model.organization_id,
lago_id: model.organization_id
}
}
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
}
end


it 'creates an invoice_custom_section' do
subject

Expand Down

0 comments on commit 232645c

Please sign in to comment.