chore: format fix

This commit is contained in:
Cohee 2024-01-05 15:45:05 +02:00
parent 38fcbe0bdf
commit 6c03e81d8d
1 changed files with 1 additions and 2 deletions

View File

@ -1111,8 +1111,7 @@ async function setExpression(character, expression, force) {
} else {
// Set the talkinghead emotion to the specified expression
// TODO: For now, talkinghead emote only supported when VN mode is off; see also updateVisualNovelMode.
try
{
try {
let result = await talkingHeadCheck();
if (result) {
const url = new URL(getApiUrl());