mirror of
https://codeberg.org/timelimit/timelimit-server.git
synced 2025-10-03 09:49:32 +02:00
Fix reading server data status
This commit is contained in:
parent
bc310b9ef1
commit
cd953319ce
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ export const generateServerDataStatus = async ({ database, clientStatus, familyI
|
||||||
'deviceId',
|
'deviceId',
|
||||||
'packageName',
|
'packageName',
|
||||||
'title',
|
'title',
|
||||||
'className'
|
'activityName'
|
||||||
],
|
],
|
||||||
transaction
|
transaction
|
||||||
}).map((item) => ({
|
}).map((item) => ({
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue