Skip to content

Commit 13c7b19

Browse files
committed
patch: ts rule
1 parent 9810044 commit 13c7b19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/landing/src/component/Fathom.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ function TrackPageView() {
1111

1212
// Load the Fathom script on mount
1313
useEffect(() => {
14-
//@ts-ignore
14+
//@ts-expect-error
1515
load(process.env.NEXT_PUBLIC_FATHOM_ID, {
1616
auto: false,
1717
});

0 commit comments

Comments
 (0)