mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 21:38:13 +00:00
fix(profile): i18n keys
This commit is contained in:
@@ -127,7 +127,7 @@ async function fetchPlayerJournal(playerId: string) {
|
||||
const response = await apiStore.client.get<API.PlayerJournal.Data>('api/getPlayerJournal', {
|
||||
params: {
|
||||
playerId: playerId,
|
||||
dateScope: '14d'
|
||||
dateScope: '30d'
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user