This commit is contained in:
Kostya
2024-01-28 02:36:23 +03:00

View File

@@ -14,7 +14,6 @@ export async function Post(url = "", data = {}) {
});
if (!response.ok) {
DeleteAllCookie()
console.log("Fetch error:", response.status);
}
@@ -41,6 +40,9 @@ export async function GetCurrentMoney(authToken, searchToken) {
});
if (!response.ok) {
DeleteAllCookie()
console.log("Fetch error:", response.status);
}