lib/muffin_man/reports/v20210630.rb in muffin_man-2.1.0 vs lib/muffin_man/reports/v20210630.rb in muffin_man-2.1.3

- old
+ new

@@ -55,9 +55,10 @@ def get_report(report_id) report_id = sandbox ? SANDBOX_REPORT_ID : report_id @local_var_path = "/reports/2021-06-30/reports/#{report_id}" @request_type = "GET" + @request_body = nil call_api end def cancel_report(report_id) report_id = sandbox ? SANDBOX_CANCEL_REPORT_ID : report_id