Skip to content

Commit

Permalink
Pass correct value for end time
Browse files Browse the repository at this point in the history
  • Loading branch information
rmccue committed Jan 27, 2020
1 parent ba59c9e commit 0789ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/namespace.php
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ function get_xhprof_trace() : array {
'value' => 1,
'children' => [],
'start_time' => $hm_platform_xray_start_time,
'end_time' => $hm_platform_xray_start_time,
'end_time' => $end_time,
],
];

Expand Down

0 comments on commit 0789ff2

Please sign in to comment.