Skip to content

Commit

Permalink
missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
gekkedev committed Jun 12, 2024
1 parent 6ce0e2c commit f1c7424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/model/incoming-call.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ export interface IncomingCall {
isSilenced: boolean;
offerReceivedWhileOffline: boolean;
webClientShouldHandle: boolean;
participants: any[]
participants: any[];
}

0 comments on commit f1c7424

Please sign in to comment.