mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-21 14:47:46 -04:00
Fix timeline tracking
This commit is contained in:
@@ -62,7 +62,6 @@ export function _actuallySend (renderedRequest, workspace, settings) {
|
||||
try {
|
||||
// Initialize the curl handle
|
||||
const curl = new Curl();
|
||||
let timeline = [];
|
||||
|
||||
// Define helper to setOpt for better error handling
|
||||
const setOpt = (opt, val, optional = false) => {
|
||||
|
||||
Reference in New Issue
Block a user