eslint fix
This commit is contained in:
@@ -303,7 +303,7 @@ export const createLocalMembership$ = ({
|
|||||||
// Clean-up callback
|
// Clean-up callback
|
||||||
return Promise.resolve(async (): Promise<void> => {
|
return Promise.resolve(async (): Promise<void> => {
|
||||||
await publisher.stopPublishing();
|
await publisher.stopPublishing();
|
||||||
publisher.stopTracks();
|
await publisher.stopTracks();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user