mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Accept both v1 and v2 spec for editcharacterattributes endpoint
This commit is contained in:
@@ -88,7 +88,7 @@ class TavernCardValidator {
|
||||
const data = this.card.data;
|
||||
|
||||
if (!data) {
|
||||
this.#lastValidationError = 'data';
|
||||
this.#lastValidationError = 'No tavern card data found';
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user