Skip to content

Commit

Permalink
fix unconvert lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nklaassen committed Jan 21, 2025
1 parent 0aa15b3 commit e3bcfd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/teleterm/vnet/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ func (p *clientApplication) ReissueAppCert(ctx context.Context, appInfo *vnetv1.
PublicAddr: routeToApp.PublicAddr,
ClusterName: routeToApp.ClusterName,
Uri: routeToApp.URI,
TargetPort: uint32(routeToApp.TargetPort),
TargetPort: routeToApp.TargetPort,
}

reloginReq := &apiteleterm.ReloginRequest{
Expand Down

0 comments on commit e3bcfd3

Please sign in to comment.