mirror of
https://github.com/discourse/discourse-rewind.git
synced 2025-07-08 14:42:44 +00:00
qol
This commit is contained in:
parent
89d78e5401
commit
b56070313e
@ -63,6 +63,13 @@ module DiscourseRewind
|
|||||||
reports = MultiJson.load(reports, symbolize_keys: true)
|
reports = MultiJson.load(reports, symbolize_keys: true)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
if Rails.env.development?
|
||||||
|
reports.each do |report|
|
||||||
|
puts "\n--- #{report[:identifier]} ---\n"
|
||||||
|
pp report
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
reports
|
reports
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user