Skip to content

Commit ab2ff4a

Browse files
committed
update
1 parent c9cda1a commit ab2ff4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/security/next-rsc.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export async function createBooking(data: Booking) {
6969
import { client } from '@/lib/gateway'
7070
import { CreateBooking } from '@/lib/dtos'
7171

72-
export async function createBooking(data: BookingData) {
72+
export async function createBooking(data: Booking) {
7373
// Type-safe API call to .NET backend
7474
return await client.api(new CreateBooking(data))
7575
}

0 commit comments

Comments
 (0)