Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Lhcfl committed Aug 27, 2024
1 parent e998739 commit 7b5e640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/report_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def self.generate(query_id, query_params, recipients, opts = {})
return [] if opts[:skip_empty] && result[:pg_result].values.empty?
table = ResultToMarkdown.convert(result[:pg_result])

build_report_pms(query, table, recipients, attach_csv:, result:)
build_report_pms(query, table, recipients, attach_csv: opts[:attach_csv], result:)
end

private
Expand Down

0 comments on commit 7b5e640

Please sign in to comment.