chore: apply requested changes

This commit is contained in:
Ralph Khreish
2025-10-01 20:08:20 +02:00
parent 8ef2a097c5
commit 57958702d2

View File

@@ -112,7 +112,7 @@ export class StorageFactory {
apiAccessToken: credentials.token, apiAccessToken: credentials.token,
apiEndpoint: apiEndpoint:
config.storage?.apiEndpoint || config.storage?.apiEndpoint ||
process.env.HAMSTER_API_URL || process.env.TM_PUBLIC_BASE_DOMAIN ||
'https://tryhamster.com/api' 'https://tryhamster.com/api'
}; };
config.storage = nextStorage; config.storage = nextStorage;