refactor(analytics): fix linting issue from #2822

This commit is contained in:
Salakar
2019-11-25 22:35:56 +00:00
parent 3b8757c0d4
commit 342c7365c4

View File

@@ -670,7 +670,10 @@ export namespace FirebaseAnalyticsTypes {
* @param name Event name must not conflict with any Reserved Events.
* @param params Parameters to be sent and displayed with the event.
*/
logEvent(name: string, params?: { [key: string]: string | number | boolean } | {} ): Promise<void>;
logEvent(
name: string,
params?: { [key: string]: string | number | boolean } | {},
): Promise<void>;
/**
* If true, allows the device to collect analytical data and send it to