Skip to content

Commit

Permalink
Merge pull request xapi-project#5456 from psafont/metajson
Browse files Browse the repository at this point in the history
  • Loading branch information
psafont committed Feb 19, 2024
2 parents 13258e5 + f60c526 commit 34dabdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocaml/libs/xapi-rrd/lib/rrd_updates.ml
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,9 @@ let json_of_t t =
; ("rows", int (Array.length t.data))
; ("columns", int (Array.length t.legend))
; ("legend", array (map_to_list string t.legend))
; ("data", array (map_to_list data_record t.data))
]
)
; ("data", array (map_to_list data_record t.data))
]
in
Yojson.to_string meta
Expand Down

0 comments on commit 34dabdf

Please sign in to comment.