Skip to content

Commit

Permalink
Merge pull request #6 from tellmewyatt/main
Browse files Browse the repository at this point in the history
Removed unneeded 'await' causing error on hayhooks deploy
  • Loading branch information
masci authored Mar 19, 2024
2 parents ee9150c + f9604c4 commit 997f57a
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 997f57a

Please sign in to comment.