Skip to content

Commit

Permalink
chore: typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoban committed Oct 20, 2024
1 parent a21c7fc commit eb005b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/renderer/src/initialize/op.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { env } from "@follow/shared/env"
import { OpenPanel } from "@openpanel/web"

export const op = new OpenPanel({
clientId: env.VITE_OPENPANEL_CLIENT_ID,
clientId: env.VITE_OPENPANEL_CLIENT_ID ?? "",
trackScreenViews: true,
trackOutgoingLinks: true,
trackAttributes: true,
Expand Down

0 comments on commit eb005b6

Please sign in to comment.