fix(analytics) Fix lint error (#12135)
This commit is contained in:
parent
a87d4f4a1d
commit
fd67fb652b
|
@ -585,7 +585,7 @@ export function createRemoteVideoMenuButtonEvent(buttonName: string, attributes
|
||||||
* @returns {Object} The event in a format suitable for sending via
|
* @returns {Object} The event in a format suitable for sending via
|
||||||
* sendAnalytics.
|
* sendAnalytics.
|
||||||
*/
|
*/
|
||||||
export function createRTCStatsTraceCloseEvent(closeEvent: {code: string; reason: string;}) {
|
export function createRTCStatsTraceCloseEvent(closeEvent: { code: string; reason: string; }) {
|
||||||
const event: {
|
const event: {
|
||||||
action: string;
|
action: string;
|
||||||
code?: string;
|
code?: string;
|
||||||
|
|
Loading…
Reference in New Issue