Skip to content

Commit

Permalink
fix: omitempty profileVersions field (#897)
Browse files Browse the repository at this point in the history
Signed-off-by: Darren Murray <[email protected]>

Signed-off-by: Darren Murray <[email protected]>
  • Loading branch information
dmurray-lacework committed Aug 26, 2022
1 parent ed892dc commit 2170edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/data_export_rules.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ type DataExportRuleFilter struct {
CreatedBy string `json:"createdOrUpdatedBy,omitempty"`
UpdatedTime string `json:"createdOrUpdatedTime,omitempty"`
Enabled int `json:"enabled"`
ProfileVersions []string `json:"profileVersions"`
ProfileVersions []string `json:"profileVersions,omitempty"`
}

// List returns a list of Data Export Rules
Expand Down

0 comments on commit 2170edb

Please sign in to comment.