mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2025-06-21 20:01:33 +00:00
Fix condition
This commit is contained in:
@ -91,7 +91,7 @@ export const callAquaFunction = async ({
|
||||
registerParticleScopeService(peer, particle, service);
|
||||
}
|
||||
|
||||
if (fireAndForget) {
|
||||
if (!fireAndForget) {
|
||||
registerParticleScopeService(peer, particle, responseService(resolve));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user