Skip to content

Commit

Permalink
chore: make description property optional
Browse files Browse the repository at this point in the history
  • Loading branch information
zaaakher committed Aug 4, 2024
1 parent cd882db commit d95d947
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const createClickupTask = createAction({
description: Property.LongText({
description: 'The description of the task to create',
displayName: 'Task Description',
required: true,
required: false,
}),
markdown_description: Property.LongText({
description: 'The description of the task to create (in markdown)',
Expand Down

0 comments on commit d95d947

Please sign in to comment.