Skip to content

Commit

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

0 comments on commit 4b47576

Please sign in to comment.