fix typo in "Updating emoji" log
This commit is contained in:
parent
72d9086de6
commit
edf9a44d8b
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue