Skip to content

Commit

Permalink
fix Prettier II
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Jun 13, 2024
1 parent a469f96 commit 7a33da0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Transport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -880,7 +880,8 @@ export class Transport<
const optionsList: HandlerReceiveOptions[] = [];

for (const task of pendingConsumerTasks) {
const { id, kind, rtpParameters, streamId, onRtpReceiver } = task.consumerOptions;
const { id, kind, rtpParameters, streamId, onRtpReceiver } =
task.consumerOptions;

optionsList.push({
trackId: id!,
Expand Down

0 comments on commit 7a33da0

Please sign in to comment.