Skip to content

Commit

Permalink
fix linting issues
Browse files Browse the repository at this point in the history
Signed-off-by: gatici <[email protected]>
  • Loading branch information
gatici committed Oct 25, 2024
1 parent 2a9ee98 commit d1e3a1d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions service/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ func manageGrpcClient(webuiUri string) {
client = nil
count = 0
}
continue
logger.InitLog.Infoln("checking the connectivity readiness")
continue
}

if stream == nil {
Expand All @@ -137,7 +137,6 @@ func manageGrpcClient(webuiUri string) {
go factory.UdrConfig.UpdateConfig(configChannel, factory.ConfigUpdateDbTrigger)
logger.InitLog.Infoln("UDR updateConfig is triggered.")
}

} else {
client, err = grpcClient.ConnectToConfigServer(webuiUri)
stream = nil
Expand Down

0 comments on commit d1e3a1d

Please sign in to comment.