Skip to content

Commit

Permalink
[#1353] Fix linter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
fivitti authored and pzadroga committed Apr 4, 2024
1 parent b19126a commit 1297ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/server/agentcomm/agentcomm.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ func (agent *Agent) MakeGrpcConnection(caCertPEM, serverCertPEM, serverKeyPEM []
}

// Setup new connection
grpcConn, err := grpc.Dial(
grpcConn, err := grpc.NewClient(
agent.Address,
grpc.WithTransportCredentials(creds),
)
Expand Down

0 comments on commit 1297ac6

Please sign in to comment.