Skip to content

Commit

Permalink
fix: lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
a3828162 committed Oct 17, 2024
1 parent 560775a commit 6db4653
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/sbi/consumer/nrf_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ func (s *nnrfService) RegisterNFInstance(ctx context.Context) (
registerNfInstanceRequest.NrfNfManagementNfProfile = &nfProfile
var res *Nnrf_NFManagement.RegisterNFInstanceResponse
for {

select {
case <-ctx.Done():
return "", "", errors.Errorf("Context Cancel before RegisterNFInstance")
Expand Down

0 comments on commit 6db4653

Please sign in to comment.