fix: remove old middlewares in bookingId

pull/9078/head
Agusti Fernandez Pardo 2022-07-08 18:27:13 +02:00
parent c28e96045c
commit dfa4c06e54
1 changed files with 1 additions and 1 deletions

View File

@ -166,4 +166,4 @@ export async function bookingById(
}
}
export default withMiddleware("HTTP_GET_DELETE_PATCH")(withValidQueryIdTransformParseInt(bookingById));
export default bookingById;