api/core: remove durationLimit from server info

it's not used, no clue why it was here in the first place
This commit is contained in:
wukko
2025-05-27 17:12:58 +06:00
parent 0b36aa09a7
commit c2d76010c5
2 changed files with 0 additions and 2 deletions

View File

@@ -92,7 +92,6 @@ export type CobaltServerInfo = {
version: string,
url: string,
startTime: string,
durationLimit: number,
turnstileSitekey?: string,
services: string[]
},