chore: format

This commit is contained in:
Ralph Khreish
2025-09-04 22:06:56 +02:00
parent 900ccbe960
commit 538d745023
5 changed files with 73 additions and 34 deletions

View File

@@ -154,10 +154,10 @@ export class ConfigManager {
};
}
return {
type: storageType,
basePath,
apiConfigured: false
return {
type: storageType,
basePath,
apiConfigured: false
};
}
@@ -190,7 +190,7 @@ export class ConfigManager {
/**
* Check if explicitly configured to use API storage
* Excludes 'auto' type
* Excludes 'auto' type
*/
isApiExplicitlyConfigured(): boolean {
return this.getStorageConfig().type === 'api';