mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-04 23:17:12 +01:00
fix all the formatting
This commit is contained in:
@@ -31,7 +31,10 @@ export async function cancelBooking(uuid: string) {
|
||||
})
|
||||
}
|
||||
|
||||
export async function patchBooking(uuid: string, bookingData: Partial<BookFormData>) {
|
||||
export async function patchBooking(
|
||||
uuid: string,
|
||||
bookingData: Partial<BookFormData>
|
||||
) {
|
||||
return fetch(`/api/bookings/${uuid}`, {
|
||||
method: 'PATCH',
|
||||
body: bookingData,
|
||||
|
||||
Reference in New Issue
Block a user