Skip to content

Commit

Permalink
fix: impression ingestion to support profile id as well
Browse files Browse the repository at this point in the history
  • Loading branch information
bigint committed Nov 17, 2023
1 parent 017c27e commit 3bd1169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/pages/api/leafwatch/impressions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ type ExtensionRequest = {
};

const validationSchema = object({
viewer_id: string().uuid(),
viewer_id: string(),
ids: array(string())
});

Expand Down

2 comments on commit 3bd1169

@vercel
Copy link

@vercel vercel bot commented on 3bd1169 Nov 17, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

prerender – ./apps/prerender

prerender-git-main-heyxyz.vercel.app
prerender-heyxyz.vercel.app
prerender.hey.xyz

@vercel
Copy link

@vercel vercel bot commented on 3bd1169 Nov 17, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

api – ./apps/api

api-heyxyz.vercel.app
hey-api.vercel.app
api-git-main-heyxyz.vercel.app
api.hey.xyz

Please sign in to comment.