mirror of
https://codeberg.org/timelimit/timelimit-server.git
synced 2025-10-03 09:49:32 +02:00
Fix getting server data status
This commit is contained in:
parent
7cfed5ed4f
commit
03dfc9ad33
1 changed files with 1 additions and 1 deletions
|
@ -334,7 +334,7 @@ export const generateServerDataStatus = async ({ database, clientStatus, familyI
|
||||||
'baseVersion',
|
'baseVersion',
|
||||||
'parentCategoryId',
|
'parentCategoryId',
|
||||||
'blockAllNotifications',
|
'blockAllNotifications',
|
||||||
'timeWarnings'
|
'timeWarningFlags'
|
||||||
],
|
],
|
||||||
transaction
|
transaction
|
||||||
})).map((item) => ({
|
})).map((item) => ({
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue