Skip to content

Commit

Permalink
Account created → Lead created
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-tey committed Jan 25, 2025
1 parent 3a6bbee commit d4f031f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/app/api/customers/[id]/activity/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export const GET = withWorkspace(async ({ workspace, params }) => {
activity.push({
timestamp: customer.createdAt,
event: "lead",
eventName: "Account created",
eventName: "Lead created",
metadata: null,
});

Expand Down

0 comments on commit d4f031f

Please sign in to comment.