Fixed proxying through the firefox extension
This commit is contained in:
parent
8b970ed9a0
commit
8ae5dbc375
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ const firefoxWithProxy = (req, { state }) =>
|
|||
if (event.detail.error) {
|
||||
reject(JSON.parse(event.detail.error));
|
||||
} else {
|
||||
resolve(JSON.parse(event.detail.response));
|
||||
resolve(JSON.parse(event.detail.response).data);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue