Skip to content

Commit

Permalink
add date of booked event to api result
Browse files Browse the repository at this point in the history
  • Loading branch information
mbpictures committed Dec 14, 2023
1 parent 59e75da commit 139a77c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/api/admin/order/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ export default async function handler(
eventDate: {
select: {
title: true,
date: true,
event: {
select: {
title: true

}
}
}
Expand Down

0 comments on commit 139a77c

Please sign in to comment.