This commit is contained in:
Hepatica
2023-12-02 05:29:29 +01:00
parent 0d78b3bd13
commit 59c0457f91
2 changed files with 20 additions and 12 deletions

View File

@@ -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);