Skip to content

Commit

Permalink
chore: adds correct plausible debug header
Browse files Browse the repository at this point in the history
  • Loading branch information
akoenig committed May 6, 2024
1 parent f532a68 commit eb66382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/$category.$id/route.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export async function loader({ params, request }: LoaderFunctionArgs) {
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36",
"X-Forwarded-For": request.headers.get("X-Forwarded-For") ?? "",
"Content-Type": "application/json",
"X-Debug-Requested": "true",
"X-Debug-Request": "true",
},
body: JSON.stringify({
name: "InstallScriptWasDownloaded",
Expand Down

0 comments on commit eb66382

Please sign in to comment.