This commit is contained in:
Carl-Gerhard Lindesvärd
2024-07-18 21:44:17 +02:00
parent 9ee8626f96
commit ddc2ce338f
2 changed files with 0 additions and 49 deletions

View File

@@ -64,7 +64,6 @@ function AllProviders({ children }: { children: React.ReactNode }) {
>
{process.env.NEXT_PUBLIC_OP_CLIENT_ID && (
<OpenpanelProvider
url="https://op.coderax.se/api"
clientId={process.env.NEXT_PUBLIC_OP_CLIENT_ID}
profileId={userId || undefined}
trackScreenViews