mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 10:55:17 +00:00
fix: remove line
This commit is contained in:
parent
be93c52380
commit
d2a744e70c
1 changed files with 0 additions and 1 deletions
|
|
@ -125,7 +125,6 @@ async def gitlab_webhook(background_tasks: BackgroundTasks, request: Request):
|
|||
return JSONResponse(status_code=status.HTTP_200_OK, content=jsonable_encoder({"message": "success"}))
|
||||
|
||||
log_context["sender"] = sender
|
||||
|
||||
if data.get('object_kind') == 'merge_request' and data['object_attributes'].get('action') in ['open', 'reopen']:
|
||||
title = data['object_attributes'].get('title')
|
||||
url = data['object_attributes'].get('url')
|
||||
|
|
|
|||
Loading…
Reference in a new issue