Skip to content

Commit

Permalink
πŸ‘€ :: chore :: patch res
Browse files Browse the repository at this point in the history
  • Loading branch information
12xii committed Dec 29, 2023
1 parent 19b41d7 commit 5af88ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Binary file added dump.rdb
Binary file not shown.
3 changes: 3 additions & 0 deletions src/chat/chat.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -340,9 +340,12 @@ export class ChatService {
.orderBy('isManager', 'DESC')
.getRawMany();

const isOrganization: boolean = count.length == 2 ? false: true

return {
thisGroup,
member: count,
isOrganization
};
}

Expand Down

0 comments on commit 5af88ce

Please sign in to comment.