Skip to content

Commit f9604c4

Browse files
author
Wyatt Cannon
committed
Removed unneeded 'await' causing error on hayhooks deploy
1 parent ee9150c commit f9604c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/hayhooks/server/handlers/deploy.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
@app.post("/deploy")
66
async def deploy(pipeline_def: PipelineDefinition):
7-
return await deploy_pipeline_def(app, pipeline_def)
7+
return deploy_pipeline_def(app, pipeline_def)

0 commit comments

Comments
 (0)