Skip to content

Commit 0a5dabf

Browse files
nuclearcatCopilot
andcommitted
Update config/report/forecast.jinja2
Co-authored-by: Copilot <[email protected]> Signed-off-by: Denys Fedoryshchenko <[email protected]>
1 parent 0df7e06 commit 0a5dabf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/report/forecast.jinja2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<div id="report"></div>
2424

2525
<script>
26-
const data = {{ checkouts_json }};
26+
const data = {{ checkouts | tojson }};
2727
2828
function render() {
2929
const container = document.getElementById('report');

0 commit comments

Comments
 (0)