Skip to content

Commit

Permalink
omit false values
Browse files Browse the repository at this point in the history
Co-authored-by: Nathaniel Caza <mastercactapus@gmail.com>
  • Loading branch information
tony-tvu and mastercactapus authored Feb 22, 2024
1 parent 00528a0 commit dc49ed7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions graphql2/graphqlapp/destinationtypes.go
Original file line number Diff line number Diff line change
Expand Up @@ -425,11 +425,7 @@ func (q *Query) DestinationTypes(ctx context.Context) ([]graphql2.DestinationTyp
Type: destRotation,
Name: "Rotation",
Enabled: true,
IsContactMethod: false,
IsEPTarget: true,
IsSchedOnCallNotify: true,
SupportsStatusUpdates: false,
StatusUpdatesRequired: false,
RequiredFields: []graphql2.DestinationFieldConfig{{
FieldID: fieldRotationID,
LabelSingular: "Select Rotation",
Expand Down

0 comments on commit dc49ed7

Please sign in to comment.