Skip to content

Commit

Permalink
Merge pull request #388 from tryiou/dev
Browse files Browse the repository at this point in the history
fix pair selection menu
  • Loading branch information
tryiou authored Dec 9, 2023
2 parents 9e711ce + 19d02c6 commit e18798b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1260,7 +1260,7 @@ const openAppWindow = () => {
} catch(err) {
handleError(err);
}
}, );
}, 15000);

myOrders = [];
const sendMyOrders = async function(force) {
Expand Down

0 comments on commit e18798b

Please sign in to comment.