Skip to content

Commit

Permalink
Merge pull request #156 from sailpoint-oss/devrel-1739
Browse files Browse the repository at this point in the history
Fix AccountActivity struct
  • Loading branch information
tyler-mairose-sp committed Sep 4, 2024
2 parents 5f65253 + b6d847f commit 2635d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/search/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ type AccountActivity struct {
AttributeRequests []struct {
Op string `json:"op,omitempty"`
Name string `json:"name,omitempty"`
Value string `json:"value,omitempty"`
Value interface{} `json:"value,omitempty"`
} `json:"attributeRequests,omitempty"`
} `json:"originalRequests,omitempty"`
ExpansionItems []interface{} `json:"expansionItems,omitempty"`
Expand Down

0 comments on commit 2635d12

Please sign in to comment.