Skip to content

Commit

Permalink
cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Aug 18, 2023
1 parent 0034b66 commit 169df64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/packets/RTCP/ExtendedReports/ExtendedReport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ export abstract class ExtendedReport extends Serializable
{
return {
...super.dump(),
reportType : this.#reportType
reportType : this.getReportType()
};
}

Expand Down

0 comments on commit 169df64

Please sign in to comment.