Skip to content

Commit c08e912

Browse files
committed
Fixed missing parenthesis
1 parent c0dff35 commit c08e912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reportWebVitals.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const reportWebVitals = (onPerfEntry?: (metric: any) => void) => {
66
onFCP(onPerfEntry);
77
onLCP(onPerfEntry);
88
onTTFB(onPerfEntry);
9-
}
9+
});
1010
};
1111

1212
export default reportWebVitals;

0 commit comments

Comments
 (0)