From 1a3ada269fe8b1a13715e6e81d1f177563dc0671 Mon Sep 17 00:00:00 2001 From: Abhishek Sinha Date: Sat, 13 Jul 2019 19:58:22 +0530 Subject: [PATCH] added missing resolve in else part of backup add function --- supernode/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/supernode/index.html b/supernode/index.html index 62fc39f..feedd7c 100644 --- a/supernode/index.html +++ b/supernode/index.html @@ -20571,8 +20571,9 @@ } else { resolve(parent_request.result); } + } else { + resolve(); } - }; }); },