messge status

This commit is contained in:
Peter Maquiran
2024-06-11 08:37:52 +01:00
parent 1bfe617bfd
commit f3232c835d
3 changed files with 24 additions and 12 deletions
@@ -101,7 +101,7 @@ export class RoomLocalDataSourceService {
return result
} else {
console.log(`No member found with $roomIdUserId ${$roomIdUserId}`);
return
return err('not Found')
}
} catch (e) {