Skip to content

Commit

Permalink
fix missing apiversion param
Browse files Browse the repository at this point in the history
  • Loading branch information
cstrnt committed Dec 7, 2023
1 parent 1ae2a35 commit 0e6d949
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/web/src/pages/api/data/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ export default async function incomingDataHandler(
projectId: event.projectId,
type: "TRACK_VIEW",
durationInMs: duration,
apiVersion: "V0",
}).catch((e) => {
console.error("Unable to store request", e);
});
Expand Down

1 comment on commit 0e6d949

@vercel
Copy link

@vercel vercel bot commented on 0e6d949 Dec 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.