Merge pull request #142 from calcom/fix/booking-no-middlewares
fix: remove old middlewares in bookingId
This commit is contained in:
@@ -166,4 +166,4 @@ export async function bookingById(
|
||||
}
|
||||
}
|
||||
|
||||
export default withMiddleware("HTTP_GET_DELETE_PATCH")(withValidQueryIdTransformParseInt(bookingById));
|
||||
export default bookingById;
|
||||
|
||||
Reference in New Issue
Block a user