Fix lint error

This commit is contained in:
Gregory Schier 2017-07-18 19:57:49 -07:00
parent c90ea4d35a
commit fe1a0903b6

View File

@ -610,7 +610,6 @@ export async function send (requestId: string, environmentId: string) {
throw new Error(`Failed to find workspace for request: ${requestId}`);
}
// Render succeeded so we're good to go!
return _actuallySend(renderedRequest, workspace, settings);
}