fix(analytics) Fix lint error (#12135)

This commit is contained in:
Robert Pintilii 2022-09-07 09:54:31 +03:00 committed by GitHub
parent a87d4f4a1d
commit fd67fb652b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -585,7 +585,7 @@ export function createRemoteVideoMenuButtonEvent(buttonName: string, attributes
* @returns {Object} The event in a format suitable for sending via
* sendAnalytics.
*/
export function createRTCStatsTraceCloseEvent(closeEvent: {code: string; reason: string;}) {
export function createRTCStatsTraceCloseEvent(closeEvent: { code: string; reason: string; }) {
const event: {
action: string;
code?: string;