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 2858a0b commit be9fa5aCopy full SHA for be9fa5a
agent/agent.go
@@ -169,7 +169,8 @@ func New(options Options) Agent {
169
prometheusRegistry: prometheusRegistry,
170
metrics: newAgentMetrics(prometheusRegistry),
171
}
172
- a.serviceBanner.Store(&codersdk.ServiceBannerConfig{})
+ a.serviceBanner.Store(new(codersdk.ServiceBannerConfig))
173
+ a.sessionToken.Store(new(string))
174
a.init(ctx)
175
return a
176
0 commit comments