apteva 0.4.6 → 0.4.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/providers.ts +1 -1
package/package.json
CHANGED
package/src/providers.ts
CHANGED
|
@@ -360,7 +360,7 @@ export const Onboarding = {
|
|
|
360
360
|
|
|
361
361
|
// Get provider list with configuration status for frontend
|
|
362
362
|
export function getProvidersWithStatus() {
|
|
363
|
-
const configuredProviders = new Set(
|
|
363
|
+
const configuredProviders = new Set(ProviderKeysDB.getAllConfiguredProviders());
|
|
364
364
|
const keyStatuses = new Map(
|
|
365
365
|
ProviderKeys.getAll().map(k => [k.provider_id, k])
|
|
366
366
|
);
|