Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
badkeyy committed Dec 25, 2024
1 parent 3e7ee05 commit e6b5030
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/webapp/app/shared/metis/posting.directive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,9 @@ export abstract class PostingDirective<T extends Posting> implements OnInit, OnD
this.metisService.deleteAnswerPost(this.posting);
} else {
this.metisService.deletePost(this.posting);
}
}

/**
* Create a or navigate to one-to-one chat with the referenced user
*
Expand Down

0 comments on commit e6b5030

Please sign in to comment.