Skip to content
Snippets Groups Projects
Commit fe5bfdd8 authored by Martin Schoeler's avatar Martin Schoeler Committed by GitHub
Browse files

fix eslint

parent 0b3d06fd
No related branches found
No related tags found
No related merge requests found
......@@ -196,7 +196,7 @@ class IrcClient {
} else {
room = this.createDirectRoomWhenNotExist(source, this.user);
}
const message = { msg: content,ts: now };
const message = { msg: content, ts: now };
cacheKey = `${ source.username }${ timestamp }`;
ircReceiveMessageCache.set(cacheKey, true);
console.log('[irc] ircReceiveMessageCache.set -> '.yellow, 'key:', cacheKey);
......
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