We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 897e561 commit 64cafc8Copy full SHA for 64cafc8
1 file changed
index.php
@@ -331,7 +331,6 @@ public static function getApiCallsTabPane($requestId, $request)
331
$tables['timing'] = array_map(function ($v) {return sprintf('%.2f ms', $v * 1000);}, $call['timing']);
332
333
$tables['options'] = $call['options'];
334
- $tables['headers'] = $call['headers'];
335
foreach ($tables as $table => $fields) {
336
$t = 0;
337
$tc = count($fields);
0 commit comments