@aliou/pi-synthetic 0.19.0 → 0.19.1
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
CHANGED
|
@@ -194,9 +194,5 @@ export default async function (pi: ExtensionAPI) {
|
|
|
194
194
|
currentAuthStorage = ctx.modelRegistry.authStorage;
|
|
195
195
|
pi.events.emit(SYNTHETIC_EXTENSIONS_REQUEST_EVENT, undefined);
|
|
196
196
|
emitSyntheticConfigUpdated(pi);
|
|
197
|
-
|
|
198
|
-
if (ctx.model?.provider === "synthetic") {
|
|
199
|
-
await quotaStore.refreshFromApi(fetchQuotasFromAuth);
|
|
200
|
-
}
|
|
201
197
|
});
|
|
202
198
|
}
|