Fix simple lint errors
This commit is contained in:
parent
9c3bd12830
commit
0e92251f70
8 changed files with 35 additions and 27 deletions
|
@ -673,7 +673,7 @@ export default class CallHandler {
|
|||
call.placeScreenSharingCall(
|
||||
remoteElement,
|
||||
localElement,
|
||||
async () : Promise<DesktopCapturerSource> => {
|
||||
async (): Promise<DesktopCapturerSource> => {
|
||||
const {finished} = Modal.createDialog(DesktopCapturerSourcePicker);
|
||||
const [source] = await finished;
|
||||
return source;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue