Skip to content

Commit

Permalink
Removed unneeded 'await' causing error on hayhooks deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Wyatt Cannon committed Mar 18, 2024
1 parent ee9150c commit f9604c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hayhooks/server/handlers/deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

@app.post("/deploy")
async def deploy(pipeline_def: PipelineDefinition):
return await deploy_pipeline_def(app, pipeline_def)
return deploy_pipeline_def(app, pipeline_def)

0 comments on commit f9604c4

Please sign in to comment.