Fix condition

This commit is contained in:
Akim Mamedov
2023-11-15 23:07:09 +07:00
parent 2a230524ca
commit 357726a959
3 changed files with 1 additions and 217 deletions

View File

@ -91,7 +91,7 @@ export const callAquaFunction = async ({
registerParticleScopeService(peer, particle, service);
}
if (fireAndForget) {
if (!fireAndForget) {
registerParticleScopeService(peer, particle, responseService(resolve));
}