From 54918b4b09dff4fd4af6c4474d7a163d115671d7 Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Thu, 1 Dec 2016 14:58:08 -0800 Subject: [PATCH] Fixed DNS fallback not passing workspace --- app/common/network.js | 2 +- package.json | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/app/common/network.js b/app/common/network.js index b63d59d97..714974925 100644 --- a/app/common/network.js +++ b/app/common/network.js @@ -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; } diff --git a/package.json b/package.json index 085b2fc2c..9bbb974b9 100644 --- a/package.json +++ b/package.json @@ -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",