Skip to content

Commit

Permalink
lint again
Browse files Browse the repository at this point in the history
  • Loading branch information
bashar-515 committed Jan 31, 2025
1 parent a8cc57c commit 0068634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/server/entrypoint.go
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ func (s *robotServer) createWebOptions(cfg *config.Config) (weboptions.Options,
if cfg.Cloud != nil && s.args.AllowInsecureCreds {
options.SignalingDialOpts = append(options.SignalingDialOpts, rpc.WithAllowInsecureWithCredentialsDowngrade())
}
options.SignalingDialOpts = append(options.SignalingDialOpts, rpc.WithConn(s.conn))
options.SignalingDialOpts = append(options.SignalingDialOpts, rpc.WithExternalSignalingConn(s.conn))

Check failure on line 278 in web/server/entrypoint.go

View workflow job for this annotation

GitHub Actions / macos / build

undefined: rpc.WithExternalSignalingConn

if len(options.Auth.Handlers) == 0 {
host, _, err := net.SplitHostPort(cfg.Network.BindAddress)
Expand Down

0 comments on commit 0068634

Please sign in to comment.