feat(assist): added missing arg

This commit is contained in:
Alexander 2025-03-26 16:26:42 +01:00
parent eb2968435a
commit fb58f3f155

View file

@ -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;
}