Skip to content

Commit

Permalink
fix(api): add email field to trip data in getSlowerData function
Browse files Browse the repository at this point in the history
  • Loading branch information
KimBlazter committed Jan 25, 2025
1 parent c71501f commit c60f544
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/api/src/routes/trips.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,8 @@ function getSlowerData(): Promise<Trip[]> {
price: 5,
createdAt: undefined,
updatedAt: undefined,
account: "715d3ca1-50ec-4bd1-8934-15bd0676a23b"
account: "715d3ca1-50ec-4bd1-8934-15bd0676a23b",
email: "test@email.com"
}
])
}, 3000) // Simulate delay
Expand Down

0 comments on commit c60f544

Please sign in to comment.