v3.12.2: удален лог
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 45s

This commit is contained in:
poignatov
2026-01-13 21:01:50 +03:00
parent 81e8ebdf66
commit 5ebb55510e
3 changed files with 2 additions and 3 deletions

View File

@@ -1 +1 @@
3.12.1
3.12.2

View File

@@ -1,6 +1,6 @@
{
"name": "play-life-web",
"version": "3.12.1",
"version": "3.12.2",
"type": "module",
"scripts": {
"dev": "vite",

View File

@@ -271,7 +271,6 @@ function AppContent() {
setCurrentWeekLoading(true)
}
setCurrentWeekError(null)
console.log('Fetching current week data from:', CURRENT_WEEK_API_URL)
const response = await authFetch(CURRENT_WEEK_API_URL)
if (!response.ok) {
throw new Error('Ошибка загрузки данных')