fix: remove comment

This commit is contained in:
Paolo Mainardi
2024-09-06 18:41:36 +02:00
parent 14b4723734
commit 7ccefca35e

View File

@ -133,7 +133,6 @@ async def gitlab_webhook(background_tasks: BackgroundTasks, request: Request):
get_logger().info(f"New merge request: {url}")
# ignore draft MRs.
if draft:
get_logger().info(f"Skipping draft MR: {url}")
return JSONResponse(status_code=status.HTTP_200_OK, content=jsonable_encoder({"message": "success"}))