mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Run eslint
This commit is contained in:
@ -409,7 +409,7 @@ function charaFormatData(data, directories) {
|
||||
//_.set(char, 'data.extensions.chat', data.ch_name + ' - ' + humanizedISO8601DateTime());
|
||||
|
||||
// V3 fields
|
||||
_.set(char, 'data.group_only_greetings', data.group_only_greetings ?? [])
|
||||
_.set(char, 'data.group_only_greetings', data.group_only_greetings ?? []);
|
||||
|
||||
if (data.world) {
|
||||
try {
|
||||
|
Reference in New Issue
Block a user