Skip to content

Commit

Permalink
fix(reports): fixing end time of finished grafana reports
Browse files Browse the repository at this point in the history
  • Loading branch information
enudler committed Apr 16, 2019
1 parent 7dfdc73 commit 15ed10f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reports/models/reportsManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ function getReportResponse(summaryRow, config) {
report.end_time = report.last_updated_at;
}

report.grafana_report = generateGrafanaUrl(summaryRow, config.grafana_url);
report.grafana_report = generateGrafanaUrl(report, config.grafana_url);

return report;
}
Expand Down

0 comments on commit 15ed10f

Please sign in to comment.