Skip to content

Commit 29b756d

Browse files
authored
fix: Allow removing/unsetting repository custom property (#3309)
1 parent dc884c2 commit 29b756d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: github/orgs_properties.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ type RepoCustomPropertyValue struct {
4242
// CustomPropertyValue represents a custom property value.
4343
type CustomPropertyValue struct {
4444
PropertyName string `json:"property_name"`
45-
Value interface{} `json:"value,omitempty"`
45+
Value interface{} `json:"value"`
4646
}
4747

4848
// UnmarshalJSON implements the json.Unmarshaler interface.

0 commit comments

Comments
 (0)