mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +00:00
Fixed DNS fallback not passing workspace
This commit is contained in:
parent
a5407b4138
commit
54918b4b09
@ -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;
|
||||
}
|
||||
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user