feat(assist): added missing arg
This commit is contained in:
parent
eb2968435a
commit
fb58f3f155
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ const getParticularSession = async function (roomId, filters, all=false) {
|
|||
// break;
|
||||
// }
|
||||
// }
|
||||
let sessInfo = await getSessionFromCache();
|
||||
let sessInfo = await getSessionFromCache(roomId);
|
||||
if (!sessInfo) {
|
||||
return null;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue