Skip to content

Commit

Permalink
refactor(analytics): fix linting issue from invertase#2822
Browse files Browse the repository at this point in the history
  • Loading branch information
Salakar committed Nov 25, 2019
1 parent 3b8757c commit 342c736
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/analytics/lib/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 342c736

Please sign in to comment.