Skip to content

Commit

Permalink
Update vision.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminshafii authored Apr 19, 2024
1 parent 4b47576 commit c623c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/pages/api/vision.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default async function handler(
if (client && result?.ownerId) {
client.capture({
distinctId: result?.ownerId,
event: "vision-api",
event: "call-api",
properties: { endpoint: "vision" },
});
}
Expand Down

0 comments on commit c623c38

Please sign in to comment.