Skip to content

Commit

Permalink
Removing forgotten comment
Browse files Browse the repository at this point in the history
Signed-off-by: Axel Francois <[email protected]>
  • Loading branch information
Axel Francois committed Feb 13, 2023
1 parent 9cb33ee commit 0af5578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nsxt/resource_nsxt_policy_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ func resourceNsxtPolicyServiceGetEntriesFromSchema(d *schema.ResourceData) ([]*d
ResourceType: model.ServiceEntry_RESOURCE_TYPE_NESTEDSERVICESERVICEENTRY,
}

dataValue, errs := converter.ConvertToVapi(serviceEntry, model.NestedServiceServiceEntryBindingType()) // To define
dataValue, errs := converter.ConvertToVapi(serviceEntry, model.NestedServiceServiceEntryBindingType())
if errs != nil {
return serviceEntries, errs[0]
}
Expand Down

0 comments on commit 0af5578

Please sign in to comment.