Skip to content

Commit

Permalink
chore: nil
Browse files Browse the repository at this point in the history
  • Loading branch information
Kote committed Nov 9, 2023
1 parent 414ed40 commit e0ffbc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions boltrouter/bolt_info.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ func (br *BoltRouter) RefreshBoltInfo(ctx context.Context) error {
if br.config.CloudPlatform == AwsCloudPlatform || (br.config.CloudPlatform == GcpCloudPlatform && br.config.GcpReplicasEnabled) {
return fmt.Errorf("could not refresh bolt info: %w", err)
}
return nil
}
br.boltVars.BoltInfo.Set(info)
br.updateEndpointLiveness()
Expand Down

0 comments on commit e0ffbc8

Please sign in to comment.