Skip to content

Commit

Permalink
Merge branch 'master' into dialogFeatures
Browse files Browse the repository at this point in the history
  • Loading branch information
Kakar21 authored May 5, 2024
2 parents d710b6b + 0bc3cf1 commit bed7799
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ export class DialogAddChannelAddMemberComponent {

dataBase = getFirestore();

dataBase = getFirestore();


public async createChannel(){
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,4 @@ export class DialogAddMemberToChnlComponent {
closeDialog(): void {
this.dialogRef.close();
}
}
}

0 comments on commit bed7799

Please sign in to comment.