Skip to content

Commit

Permalink
Temporary work
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlu1248 committed Jun 24, 2024
1 parent eda331b commit c9fe3eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sweepai/chat/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1065,7 +1065,9 @@ async def create_pull_metadata(
@app.post("/backend/validate_pull")
async def validate_pull(
repo_name: str = Body(...),
# branch: str = Body(...),
pull_request_number: int = Body(...),
modify_files_dict: dict = Body({}),
access_token: str = Depends(get_token_header)
):
with Timer() as timer:
Expand Down

0 comments on commit c9fe3eb

Please sign in to comment.