mirror of
https://github.com/immich-app/immich
synced 2026-08-29 13:15:45 +00:00
chore: format, lint
This commit is contained in:
parent
1afc8887ce
commit
9beeaee13b
4 changed files with 21 additions and 10 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue