Auto commit for release 'develop' on 2025-02-01

This commit is contained in:
github-actions
2025-02-01 06:23:31 +01:00
parent d609821be6
commit 8ed5092a76
4 changed files with 5 additions and 13 deletions

View File

@@ -381,7 +381,7 @@ class DebugController extends Controller
'user_count' => User::count(),
'user_flags' => $userFlags,
'user_agent' => $userAgent,
'native' => Amount::getNativeCurrency(),
'native' => Amount::getNativeCurrency(),
'convert_to_native' => Amount::convertToNative(),
'locale_attempts' => $localeAttempts,
'locale' => Steam::getLocale(),