Fixed DNS fallback not passing workspace

This commit is contained in:
Gregory Schier 2016-12-01 14:58:08 -08:00
parent a5407b4138
commit 54918b4b09
2 changed files with 1 additions and 3 deletions

View File

@ -182,7 +182,7 @@ export function _actuallySend (renderedRequest, workspace, settings, forceIPv4 =
if (!forceIPv4 && isNetworkRelatedError) {
console.log('-- Falling back to IPv4 --');
_actuallySend(renderedRequest, settings, true).then(resolve, reject);
_actuallySend(renderedRequest, workspace, settings, true).then(resolve, reject);
return;
}

View File

@ -73,8 +73,6 @@
"appId": "com.insomnia.app",
"category": "public.app-category.developer-tools",
"compression": "normal",
"mac": {
},
"win": {
"iconUrl": "https://insomnia.rest/images/icon.png",
"remoteReleases": "https://s3.amazonaws.com/downloads.insomnia.rest/win",