mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2024-12-05 02:10:18 +00:00
Fix lint
This commit is contained in:
parent
889741b663
commit
2a230524ca
@ -17,7 +17,6 @@
|
||||
import assert from "assert";
|
||||
import { readFile } from "fs/promises";
|
||||
import { join } from "path";
|
||||
import { fileURLToPath } from "url";
|
||||
|
||||
import {
|
||||
ArrowType,
|
||||
|
@ -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({});
|
||||
|
Loading…
Reference in New Issue
Block a user