mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +00:00
Fix lint error
This commit is contained in:
parent
c90ea4d35a
commit
fe1a0903b6
@ -610,7 +610,6 @@ export async function send (requestId: string, environmentId: string) {
|
|||||||
throw new Error(`Failed to find workspace for request: ${requestId}`);
|
throw new Error(`Failed to find workspace for request: ${requestId}`);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// Render succeeded so we're good to go!
|
// Render succeeded so we're good to go!
|
||||||
return _actuallySend(renderedRequest, workspace, settings);
|
return _actuallySend(renderedRequest, workspace, settings);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user