mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2025-06-15 00:51:20 +00:00
Fix lint
This commit is contained in:
@ -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({});
|
||||
|
Reference in New Issue
Block a user