Skip to content

Commit

Permalink
Fix #439 Change thirdPartyDataSharing data type to boolean
Browse files Browse the repository at this point in the history
  • Loading branch information
albinpa authored and georgepadayatti committed Nov 2, 2023
1 parent 1cdaeef commit ccdc133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/policy/policy.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ type Policy struct {
DataRetentionPeriodDays int `json:"dataRetentionPeriodDays"`
GeographicRestriction string `json:"geographicRestriction"`
StorageLocation string `json:"storageLocation"`
ThirdPartyDataSharing string `json:"thirdPartyDataSharing"`
ThirdPartyDataSharing bool `json:"thirdPartyDataSharing"`
OrganisationId string `json:"-"`
IsDeleted bool `json:"-"`
}
Expand Down

0 comments on commit ccdc133

Please sign in to comment.