mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 20:29:35 +02:00
Merge branch 'main' of https://github.com/danilt2000/LuckyDiamond
This commit is contained in:
@@ -30,10 +30,8 @@ export async function GettingMoneyOperation(amount) {
|
|||||||
console.log("Fetch error:", response.status);
|
console.log("Fetch error:", response.status);
|
||||||
}
|
}
|
||||||
console.log(response)
|
console.log(response)
|
||||||
|
|
||||||
return await response.json();
|
return await response.json();
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.log("Fetch error:", error);
|
console.log("Fetch error:", error);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user