From 048b5558c1c328aa5f60bac7fc0b1f62ed962294 Mon Sep 17 00:00:00 2001 From: Ryan Tharp Date: Wed, 27 May 2020 18:25:33 -0700 Subject: [PATCH] lint --- js/modules/loki_snode_api.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/modules/loki_snode_api.js b/js/modules/loki_snode_api.js index 013bce0b5..de0c8bf24 100644 --- a/js/modules/loki_snode_api.js +++ b/js/modules/loki_snode_api.js @@ -465,7 +465,8 @@ class LokiSnodeAPI { 'LokiSnodeAPI::buildNewOnionPaths - Too few nodes to build an onion path! Refreshing pool and retrying' ); await this.refreshRandomPool(); - return this.buildNewOnionPaths(); + await this.buildNewOnionPaths(); + return; } otherNodes = _.shuffle(otherNodes);