Closed MathieuDerelle closed 4 years ago
y.delete ArgumentError: wrong number of arguments (given 0, expected 1) from /Users/mathieu/.rvm/gems/ruby-2.3.4/gems/mailjet-1.5.4/lib/mailjet/resource.rb:295:in `delete'
there's a typo : an unused call parameter https://github.com/mailjet/mailjet-gem/blob/c125c5c829ab9449293b0092141fbbdafdc0f09b/lib/mailjet/resource.rb#L297
call
fixed #193
there's a typo : an unused
call
parameter https://github.com/mailjet/mailjet-gem/blob/c125c5c829ab9449293b0092141fbbdafdc0f09b/lib/mailjet/resource.rb#L297