lushdog@outlook.com 1 kuukausi sitten
vanhempi
commit
4ca685907d
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      addLiq.mjs

+ 1 - 1
addLiq.mjs

@@ -13,7 +13,7 @@ export const addLiquidity = async (position, symbol, maxUsdValue) => {
 		.then((res) => res.json())
 		.then((data) => {
 			if (data.success) {
-				message.success('快速复制成功')
+				console.log('快速复制成功')
 				// discord 通知
 				fetch('https://discord.com/api/webhooks/1457714616636280978/YFMGaZEj2gJwUjINpFfJIkagG1I3SLZRwz9bGpc2OlGFWBVa88r73cMIkBpX3iGpSIjV', {
 					method: 'POST',