diff --git a/ts/receiver/configMessage.ts b/ts/receiver/configMessage.ts index 5ff087c5f..a05570ffa 100644 --- a/ts/receiver/configMessage.ts +++ b/ts/receiver/configMessage.ts @@ -48,7 +48,9 @@ async function handleOurProfileUpdate( if (displayName) { trigger(configurationMessageReceived, displayName); } else { - window.log.warn('Got a configuration message but the display name is empty'); + window.log.warn( + 'Got a configuration message but the display name is empty' + ); } } }