From 814692d36d49f7db6584e9b26004074f4ac4cbb4 Mon Sep 17 00:00:00 2001 From: tryiou Date: Sat, 9 Dec 2023 15:41:40 +0100 Subject: [PATCH] fix pair selection menu --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index c27cfdd3..6972e595 100644 --- a/index.js +++ b/index.js @@ -1260,7 +1260,7 @@ const openAppWindow = () => { } catch(err) { handleError(err); } - }, ); + }, 15000); myOrders = []; const sendMyOrders = async function(force) {