Skip to content

Commit

Permalink
Remove extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
pereirinha committed Aug 1, 2024
1 parent f8826c5 commit d38f0a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/src/send-to-analytics.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
* limitations under the License.
*/


export function sendToAnalytics( { name, value, delta, id, attribution, rating } ) {
const analyticsData = window.webVitalsAnalyticsData?.[ 0 ] ?? null;
const eventParams = {
Expand Down

0 comments on commit d38f0a8

Please sign in to comment.