Commit e6e04cda authored by Adrian Pino's avatar Adrian Pino Committed by GitHub
Browse files

Remove unreachable code. Add error handling.

parent 3485f431
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -210,3 +210,5 @@ def deploy_service_function(
            document=deployed_service_function_db
        )
        return response
    else:
        return "Failed to deploy service function", 500