Skip to content

Commit

Permalink
requires return
Browse files Browse the repository at this point in the history
  • Loading branch information
tblanarik committed Sep 28, 2024
1 parent 4f9fe9e commit 7627fad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion function_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ def spotbot(req: func.HttpRequest) -> func.HttpResponse:

@app.route(route="manual_cleanup", methods=[func.HttpMethod.POST])
def manual_cleanup(req: func.HttpRequest) -> func.HttpResponse:
cleanup.cleanup()
cleanup.cleanup()
return func.HttpResponse(status_code=202)

0 comments on commit 7627fad

Please sign in to comment.