mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2025-05-15 10:51:19 +00:00
Fix lint
This commit is contained in:
parent
889741b663
commit
2a230524ca
@ -17,7 +17,6 @@
|
|||||||
import assert from "assert";
|
import assert from "assert";
|
||||||
import { readFile } from "fs/promises";
|
import { readFile } from "fs/promises";
|
||||||
import { join } from "path";
|
import { join } from "path";
|
||||||
import { fileURLToPath } from "url";
|
|
||||||
|
|
||||||
import {
|
import {
|
||||||
ArrowType,
|
ArrowType,
|
||||||
|
@ -624,7 +624,7 @@ export abstract class FluencePeer {
|
|||||||
"response",
|
"response",
|
||||||
item.particle.id,
|
item.particle.id,
|
||||||
) == null &&
|
) == null &&
|
||||||
item.result.nextPeerPks.length == 0
|
item.result.nextPeerPks.length === 0
|
||||||
) {
|
) {
|
||||||
// try to finish script
|
// try to finish script
|
||||||
item.onSuccess({});
|
item.onSuccess({});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user