Skip to content
Snippets Groups Projects
Unverified Commit 697dbcdc authored by Anton Georgiev's avatar Anton Georgiev Committed by GitHub
Browse files

Merge pull request #12315 from ramonlsouza/template-string

fix: template syntax in string literal
parents 85d33b8d 02aea0a3
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ class ClientConnections {
check(userId, String);
if (!meetingId) {
Logger.error('Error on add new client connection. sessionId=${sessionId} connection=${connection.id}',
Logger.error(`Error on add new client connection. sessionId=${sessionId} connection=${connection.id}`,
{ logCode: 'client_connections_add_error_meeting_id_null', extraInfo: { meetingId, userId } }
);
return false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment