Skip to content

Commit

Permalink
fix: lint error in session call
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphico committed Jul 4, 2024
1 parent f66f805 commit db48201
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ export function SessionCall({
<div className="flex flex-col items-center justify-center space-y-4">
<SpeakerLayout />
<CallControls
onLeave={() => {
onLeave={async () => {
if (isOrganizer) {
MarkWorkshopHasCompleted(workshopId).then(() =>
await MarkWorkshopHasCompleted(workshopId).then(() =>
call.endCall()
)
}
Expand Down

0 comments on commit db48201

Please sign in to comment.