v3.12.2: удален лог
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 45s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 45s
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "play-life-web",
|
"name": "play-life-web",
|
||||||
"version": "3.12.1",
|
"version": "3.12.2",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
|
|||||||
@@ -271,7 +271,6 @@ function AppContent() {
|
|||||||
setCurrentWeekLoading(true)
|
setCurrentWeekLoading(true)
|
||||||
}
|
}
|
||||||
setCurrentWeekError(null)
|
setCurrentWeekError(null)
|
||||||
console.log('Fetching current week data from:', CURRENT_WEEK_API_URL)
|
|
||||||
const response = await authFetch(CURRENT_WEEK_API_URL)
|
const response = await authFetch(CURRENT_WEEK_API_URL)
|
||||||
if (!response.ok) {
|
if (!response.ok) {
|
||||||
throw new Error('Ошибка загрузки данных')
|
throw new Error('Ошибка загрузки данных')
|
||||||
|
|||||||
Reference in New Issue
Block a user