mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
lint errors fixed
This commit is contained in:
committed by
psychedelicious
parent
fcaff6ce09
commit
26690d47b7
@@ -802,7 +802,7 @@ const LoRAs: CollectionMetadataHandler<LoRA[]> = {
|
||||
parse: async (metadata, store) => {
|
||||
const rawArray = getProperty(metadata, 'loras');
|
||||
|
||||
if(!rawArray) {
|
||||
if (!rawArray) {
|
||||
return [];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user