mirror of https://github.com/status-im/codimd.git
refactor: fix lint on test/realtime/extractNoteIdFromSocket.test.js
Signed-off-by: BoHong Li <raccoon@hackmd.io>
This commit is contained in:
parent
eaef11507c
commit
8fc2059a09
|
@ -35,7 +35,7 @@ describe('realtime#extractNoteIdFromSocket', function () {
|
|||
})
|
||||
|
||||
it('return false if query not set and referer not set', function () {
|
||||
let noteId = realtime.extractNoteIdFromSocket(makeMockSocket({
|
||||
const noteId = realtime.extractNoteIdFromSocket(makeMockSocket({
|
||||
otherHeader: 1
|
||||
}, {
|
||||
otherQuery: 1
|
||||
|
|
Loading…
Reference in New Issue