improve create publication

This commit is contained in:
Peter Maquiran
2022-10-04 16:04:23 +01:00
parent f5644ff5bb
commit ea89f72a33
6 changed files with 15 additions and 58 deletions
@@ -599,8 +599,6 @@ export class ChatSystemService {
this.loadingUsers = true
let _res
// console.log('getuser')
try {
_res = await this.ChatService.getAllUsers().toPromise();
} catch (error) {