@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aliou/pi-synthetic",
3
- "version": "0.19.0",
3
+ "version": "0.19.1",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "private": false,
@@ -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
  }