Skip to content

Commit

Permalink
fix misspelling
Browse files Browse the repository at this point in the history
  • Loading branch information
annvelents committed Dec 13, 2024
1 parent accca69 commit e5f0f1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def resolve(customer_id:, page: nil, limit: nil)
customer = current_organization.customers.find(customer_id)
customer.applicable_invoice_custom_sections.page(page).per(limit)
rescue ActiveRecord::RecordNotFound
not_found_error(resource: 'invoice')
not_found_error(resource: 'customer')
end

end
Expand Down

0 comments on commit e5f0f1d

Please sign in to comment.