EventIndex: Add some more docs and fix some lint issues.
This commit is contained in:
parent
c26df9d9ef
commit
cc2ee53824
4 changed files with 24 additions and 6 deletions
|
@ -1131,7 +1131,7 @@ module.exports = createReactClass({
|
|||
this.searchId = new Date().getTime();
|
||||
|
||||
let roomId;
|
||||
if (scope === "Room") roomId = this.state.room.roomId,
|
||||
if (scope === "Room") roomId = this.state.room.roomId;
|
||||
|
||||
debuglog("sending search request");
|
||||
const searchPromise = eventSearch(term, roomId);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue