Skip to content

Commit

Permalink
fix bad patch of validate.go caught by linter
Browse files Browse the repository at this point in the history
  • Loading branch information
krehermann committed Apr 4, 2024
1 parent f54017e commit 2ac31db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/services/ocr2/validate/validate.go
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,6 @@ func validateGenericPluginSpec(ctx context.Context, spec *job.OCR2OracleSpec, rc
defer plugin.Close()

return plugin.ValidateConfig(ctx, spec.PluginConfig)
return nil
}

func validateRebalancerSpec(jsonConfig job.JSONConfig) error {
Expand Down

0 comments on commit 2ac31db

Please sign in to comment.