Skip to content

Commit

Permalink
Fix type checking
Browse files Browse the repository at this point in the history
  • Loading branch information
dakennguyen committed Jul 14, 2023
1 parent d3e1c00 commit 01415c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ export class ExerciseChatWidgetComponent implements OnInit, OnDestroy, AfterView
return this.messages.length > 1 || (this.messages.length === 1 && !isArtemisClientSentMessage(this.messages[0]));
}

private createNewSession() {
createNewSession() {
this.sessionService.createNewSession(this.exerciseId);
}
}

0 comments on commit 01415c4

Please sign in to comment.