From e56ea1aa31592e0f57f032743ed6b5d7c945739b Mon Sep 17 00:00:00 2001 From: moaml <63509020+moamlrh@users.noreply.github.com> Date: Wed, 9 Oct 2024 20:49:47 +0300 Subject: [PATCH] remove unused context :) --- runner/runner.go | 1 - 1 file changed, 1 deletion(-) diff --git a/runner/runner.go b/runner/runner.go index 28133ae..e56847d 100644 --- a/runner/runner.go +++ b/runner/runner.go @@ -18,7 +18,6 @@ type Runner struct { Providers []providers.Provider threads uint - ctx context.Context } // Init initializes the runner