mirror of
https://github.com/earendil-works/pi.git
synced 2026-06-18 15:54:04 +08:00
Enable more biome lints and fix things
This commit is contained in:
@@ -65,7 +65,7 @@ export class ProvidersModelsTab extends SettingsTab {
|
||||
);
|
||||
|
||||
this.providerStatus.set(provider.id, { modelCount: models.length, status: "connected" });
|
||||
} catch (error) {
|
||||
} catch (_error) {
|
||||
this.providerStatus.set(provider.id, { modelCount: 0, status: "disconnected" });
|
||||
}
|
||||
this.requestUpdate();
|
||||
|
||||
Reference in New Issue
Block a user