Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloFuente committed Oct 26, 2023
1 parent 6b20284 commit eeeb81f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/room/track/LocalTrack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -402,10 +402,7 @@ export default abstract class LocalTrack extends Track {
* @param showProcessedStreamLocally
* @returns
*/
async setProcessor(
processor: TrackProcessor<this['kind']>,
showProcessedStreamLocally = true,
) {
async setProcessor(processor: TrackProcessor<this['kind']>, showProcessedStreamLocally = true) {
const unlock = await this.processorLock.lock();
try {
log.debug('setting up processor');
Expand Down

0 comments on commit eeeb81f

Please sign in to comment.