Skip to content

Commit

Permalink
patch: ts rule
Browse files Browse the repository at this point in the history
  • Loading branch information
potts99 committed Nov 6, 2024
1 parent 9810044 commit 13c7b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/landing/src/component/Fathom.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function TrackPageView() {

// Load the Fathom script on mount
useEffect(() => {
//@ts-ignore
//@ts-expect-error
load(process.env.NEXT_PUBLIC_FATHOM_ID, {
auto: false,
});
Expand Down

0 comments on commit 13c7b19

Please sign in to comment.