fix: need to use query not event
This commit is contained in:
parent
d8d99120ca
commit
10eb4a990e
|
@ -670,7 +670,7 @@ function handleModuleResponse(
|
||||||
nonce: sourceNonce,
|
nonce: sourceNonce,
|
||||||
method: event.data.method,
|
method: event.data.method,
|
||||||
data: event.data.data,
|
data: event.data.data,
|
||||||
sw: event.data.sw,
|
sw: query.sw,
|
||||||
};
|
};
|
||||||
// For responses only, set an error and close out the query by deleting it
|
// For responses only, set an error and close out the query by deleting it
|
||||||
// from the query map.
|
// from the query map.
|
||||||
|
|
Loading…
Reference in New Issue