Skip to content

Commit

Permalink
Update plugins/browser-plugin-media/src/sessionStats.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Greg Leonard <45019882+greg-el@users.noreply.github.com>
  • Loading branch information
matus-tomlein and greg-el committed Apr 28, 2023
1 parent 73bd50b commit 4798d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/browser-plugin-media/src/sessionStats.ts
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ export class MediaSessionTrackingStats {
}
}

private round(n: number) {
private round(n: number): number {
return Math.round(n * 1000) / 1000;
}
}

0 comments on commit 4798d9a

Please sign in to comment.