Merge pull request #142 from calcom/fix/booking-no-middlewares

fix: remove old middlewares in bookingId
This commit is contained in:
Agusti Fernandez Pardo
2022-07-08 18:27:53 +02:00
committed by GitHub
+1 -1
View File
@@ -166,4 +166,4 @@ export async function bookingById(
}
}
export default withMiddleware("HTTP_GET_DELETE_PATCH")(withValidQueryIdTransformParseInt(bookingById));
export default bookingById;