Skip to content

Commit

Permalink
I forgot this
Browse files Browse the repository at this point in the history
  • Loading branch information
4lejandrito committed Aug 21, 2023
1 parent 28f09f1 commit 131621b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/PlausibleProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@ export default function PlausibleProvider(props: {
props.exclude ? 'exclusions' : null,
props.revenue ? 'revenue' : null,
props.trackFileDownloads ? 'file-downloads' : null,
props.taggedEvents ? 'tagged-events' : null
props.taggedEvents ? 'tagged-events' : null,
props.hash ? 'hash' : null
)
}
integrity={props.integrity}
Expand Down

0 comments on commit 131621b

Please sign in to comment.