mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 20:29:35 +02:00
fix bugs
This commit is contained in:
@@ -40,7 +40,7 @@ export async function GetCurrentMoney(authToken, searchToken) {
|
||||
}
|
||||
|
||||
const data = await response.json();
|
||||
console.log(data); // Здесь вы можете обработать полученные данные
|
||||
console.log(data);
|
||||
return data;
|
||||
} catch (error) {
|
||||
console.error('There was a problem with the fetch operation:', error);
|
||||
|
||||
Reference in New Issue
Block a user