Fixed codeclimate issues

This commit is contained in:
Sergei Tsoganov 2023-05-29 15:02:41 +03:00
parent 6bf3819894
commit 0069d57c6f
4 changed files with 7 additions and 3 deletions

View file

@ -81,7 +81,7 @@ module Serializers
total: invoice.total,
recipient: invoice.buyer.billing_email,
monthly_invoice: invoice.monthly_invoice,
reference_no: invoice.reference_no
reference_no: invoice.reference_no,
}
end
# rubocop:enable Metrics/MethodLength