Skip to content

Commit

Permalink
Misc spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadorequest committed Jun 23, 2021
1 parent d203562 commit 2334506
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/modules/core/amplitude/amplitudeBrowserClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,8 @@ export const getDefaultEventProperties = (): GenericObject => {
};

/**
* Returns a browser-compatible Amplitude instance
* Returns a browser-compatible Amplitude instance.
*
* @param props
*/
export const getAmplitudeInstance = (props: GetAmplitudeInstanceProps): AmplitudeClient | null => {
Expand All @@ -180,6 +181,7 @@ export const getAmplitudeInstance = (props: GetAmplitudeInstanceProps): Amplitud
* Initialise Amplitude and send web-vitals metrics report.
*
* @param report
*
* @see https://web.dev/vitals/ Essential metrics for a healthy site
* @see https://nextjs.org/blog/next-9-4#integrated-web-vitals-reporting
*/
Expand Down
1 change: 0 additions & 1 deletion src/modules/core/amplitude/amplitudeServerClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ const amplitudeServerClient = init(process.env.NEXT_PUBLIC_AMPLITUDE_API_KEY, {
*
* @param eventName
* @param userId
*
* @param props
*
* @see https://developers.amplitude.com/docs/nodejs
Expand Down

1 comment on commit 2334506

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.