Skip to content

Commit

Permalink
Apply review
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-pochet committed Oct 11, 2022
1 parent 14c8296 commit 909facf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/credit_notes/create_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def initialize(invoice:, items_attr:, reason: :overpaid)
@items_attr = items_attr
@reason = reason

super(nil)
super
end

def call
Expand Down

0 comments on commit 909facf

Please sign in to comment.