This commit is contained in:
Akim Mamedov 2023-11-15 22:57:55 +07:00
parent 889741b663
commit 2a230524ca
2 changed files with 1 additions and 2 deletions

View File

@ -17,7 +17,6 @@
import assert from "assert";
import { readFile } from "fs/promises";
import { join } from "path";
import { fileURLToPath } from "url";
import {
ArrowType,

View File

@ -624,7 +624,7 @@ export abstract class FluencePeer {
"response",
item.particle.id,
) == null &&
item.result.nextPeerPks.length == 0
item.result.nextPeerPks.length === 0
) {
// try to finish script
item.onSuccess({});