We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74ba3e7 commit a2dae20Copy full SHA for a2dae20
go/cmd/dolt/commands/sqlserver/command_line_config.go
@@ -380,7 +380,7 @@ func (cfg *commandLineServerConfig) MetricsTLSCA() string {
380
return ""
381
}
382
383
-func (cfg *commandLineServerConfig) MetricsJwksConfig() []servercfg.JwksConfig {
+func (cfg *commandLineServerConfig) MetricsJwksConfig() *servercfg.JwksConfig {
384
return nil
385
386
0 commit comments