Remove fallback undefined to string.
This commit is contained in:
@@ -2814,7 +2814,7 @@ class Civitai {
|
|||||||
return {
|
return {
|
||||||
"name": modelInfo["name"],
|
"name": modelInfo["name"],
|
||||||
"type": modelInfo["type"],
|
"type": modelInfo["type"],
|
||||||
"description": modelInfo["description"] ?? "",
|
"description": modelInfo["description"],
|
||||||
"versions": modelVersions,
|
"versions": modelVersions,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user