fix: typeerror on some group create

This commit is contained in:
Adhiraj Singh
2021-12-07 22:09:18 +05:30
parent 1e386480e4
commit 49e7ad4b25
3 changed files with 4 additions and 6 deletions

View File

@@ -6,7 +6,7 @@ export type ParticipantAction = 'add' | 'remove' | 'promote' | 'demote'
export interface GroupMetadata {
id: string
owner: string
owner: string | undefined
subject: string
creation: number
desc?: string