mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 02:45:18 +00:00
remove bad default
This commit is contained in:
parent
81da328ae3
commit
afb633811f
1 changed files with 0 additions and 1 deletions
|
|
@ -154,7 +154,6 @@ async def handle_uninstalled_webhooks(request: Request, response: Response):
|
|||
def start():
|
||||
get_settings().set("CONFIG.PUBLISH_OUTPUT_PROGRESS", False)
|
||||
get_settings().set("CONFIG.GIT_PROVIDER", "bitbucket")
|
||||
get_settings().set("PR_DESCRIPTION.PUBLISH_DESCRIPTION_AS_COMMENT", True)
|
||||
middleware = [Middleware(RawContextMiddleware)]
|
||||
app = FastAPI(middleware=middleware)
|
||||
app.include_router(router)
|
||||
|
|
|
|||
Loading…
Reference in a new issue