We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cef248 commit 8c0e117Copy full SHA for 8c0e117
internal/fleet/agent_policy/models.go
@@ -87,7 +87,6 @@ func (model *agentPolicyModel) populateFromAPI(ctx context.Context, data *kbapi.
87
}
88
model.GlobalDataTags = gdt
89
90
- return
91
92
93
func (model *agentPolicyModel) toAPICreateModel(ctx context.Context, serverVersion *version.Version) (kbapi.PostFleetAgentPoliciesJSONRequestBody, diag.Diagnostics) {
0 commit comments