Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Commit

Permalink
Fix posthog (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
EstebanDalelR committed Sep 14, 2023
1 parent e9229b8 commit c0c8f81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/api/analytics/vsmarketplace/update/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { NextResponse } from "next/server";
import validateParams from "../../../../../utils/api/validateParams";
import Airtable from "airtable";
import { missingParamsResponse } from "../../../../../utils/api/responses";
import posthog from "../../../../../utils/posthog/posthog";
import { missingParamsPosthogTracking } from "../../../../../utils/api/posthogTracking";
Airtable.configure({
endpointUrl: "https://api.airtable.com",
apiKey: process.env.AIRTABLE_API_KEY,
Expand Down

0 comments on commit c0c8f81

Please sign in to comment.