mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +00:00
Fix timeline tracking
This commit is contained in:
parent
caed321348
commit
3c928e0b4c
@ -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) => {
|
||||
|
Loading…
Reference in New Issue
Block a user