chore: format, lint

This commit is contained in:
izzy 2026-06-22 12:36:13 +01:00
parent 1afc8887ce
commit 9beeaee13b
No known key found for this signature in database
4 changed files with 21 additions and 10 deletions

View file

@ -86,8 +86,18 @@ export class ServerService extends BaseService {
}
async getFeatures(): Promise<ServerFeaturesDto> {
const { reverseGeocoding, metadata, map, backup, machineLearning, trash, oauth, passwordLogin, notifications, ffmpeg } =
await this.getConfig({ withCache: false });
const {
reverseGeocoding,
metadata,
map,
backup,
machineLearning,
trash,
oauth,
passwordLogin,
notifications,
ffmpeg,
} = await this.getConfig({ withCache: false });
const { configFile } = this.configRepository.getEnv();
return {