lint errors fixed

This commit is contained in:
Attila Cseh
2025-08-31 08:59:24 +02:00
committed by psychedelicious
parent fcaff6ce09
commit 26690d47b7

View File

@@ -802,7 +802,7 @@ const LoRAs: CollectionMetadataHandler<LoRA[]> = {
parse: async (metadata, store) => {
const rawArray = getProperty(metadata, 'loras');
if(!rawArray) {
if (!rawArray) {
return [];
}