Storage service logging same
This commit is contained in:
parent
d6bb8ae35e
commit
e4db9358cf
5 changed files with 80 additions and 46 deletions
|
@ -746,6 +746,10 @@ async function getConversationById(
|
|||
) {
|
||||
const data = await channels.getConversationById(id);
|
||||
|
||||
if (!data) {
|
||||
return undefined;
|
||||
}
|
||||
|
||||
return new Conversation(data);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue