fix: need to use query not event

This commit is contained in:
Derrick Hammer 2023-09-11 15:02:33 -04:00
parent d8d99120ca
commit 10eb4a990e
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -670,7 +670,7 @@ function handleModuleResponse(
nonce: sourceNonce,
method: event.data.method,
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
// from the query map.