mirror of
https://github.com/wukko/cobalt.git
synced 2025-06-12 05:07:41 +02:00
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:
@ -54,7 +54,6 @@ export const runAPI = async (express, app, __dirname, isPrimary = true) => {
|
||||
version: version,
|
||||
url: env.apiURL,
|
||||
startTime: `${startTimestamp}`,
|
||||
durationLimit: env.durationLimit,
|
||||
turnstileSitekey: env.sessionEnabled ? env.turnstileSitekey : undefined,
|
||||
services: [...env.enabledServices].map(e => {
|
||||
return friendlyServiceName(e);
|
||||
|
Reference in New Issue
Block a user