mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-12-24 11:12:11 +00:00
Remove accidentally added config.NewState()
This commit is contained in:
parent
2a81882de3
commit
6c013c25cb
|
@ -60,7 +60,7 @@ func Initialize() error {
|
|||
case "grpc":
|
||||
opts := []otlptracegrpc.Option{
|
||||
otlptracegrpc.WithEndpoint(config.GetTracingEndpoint()),
|
||||
otlptracegrpc.WithHeaders(config.NewState().GetTracingHeaders()),
|
||||
otlptracegrpc.WithHeaders(config.GetTracingHeaders()),
|
||||
}
|
||||
if insecure {
|
||||
opts = append(opts, otlptracegrpc.WithInsecure())
|
||||
|
|
Loading…
Reference in a new issue