ui : fix double blank line in model types

Assisted-by: pi
This commit is contained in:
Aleksander Grygier
2026-08-31 17:30:28 +02:00
parent 6629357df4
commit bac2c2d9eb
-1
View File
@@ -45,7 +45,6 @@ export interface ModelDownloadProgress {
totalBytes: number;
}
export interface ParsedModelId {
raw: string;
orgName: string | null;