Skip to content

Commit f583267

Browse files
author
Elias Djurfeldt
authored
fix: update AWS cloudwatch preset
* change min month from 0 to 1 (as according to the AWS CloudWatch docs https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/ScheduledEvents.html)
1 parent 375c30f commit f583267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/presets.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export default (): void => {
7474
maxValue: 31,
7575
},
7676
months: {
77-
minValue: 0,
77+
minValue: 1,
7878
maxValue: 12,
7979
},
8080
daysOfWeek: {

0 commit comments

Comments
 (0)