chore: format fix

This commit is contained in:
Cohee
2024-01-05 15:45:05 +02:00
parent 38fcbe0bdf
commit 6c03e81d8d

View File

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