fix typo in "Updating emoji" log

This commit is contained in:
Hazelnoot 2025-10-23 01:52:41 -04:00
parent 72d9086de6
commit edf9a44d8b

View file

@ -247,7 +247,7 @@ export class CustomEmojiService {
: await this.emojisByKeyCache.fetch(encodeEmojiKey(criteria));
// Update the system logs
this.logger.info(`Creating emoji name=${emoji.name} host=${emoji.host}...`);
this.logger.info(`Updating emoji name=${emoji.name} host=${emoji.host}...`);
// If changing the name, then make sure we don't have a conflict.
const doNameUpdate = data.name !== undefined && data.name !== emoji.name;