Skip to content

Commit

Permalink
updating default start time
Browse files Browse the repository at this point in the history
  • Loading branch information
mbonig committed Aug 26, 2020
1 parent b048e82 commit 267dac0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/wakeywakey.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export interface WakeyWakeyProps {
*
* @default {
day: '*',
hour: '4',
hour: '12',
minute: '0'
}
*/
Expand Down Expand Up @@ -57,7 +57,7 @@ export class WakeyWakey extends Construct {

let schedule = props.schedule || {
day: '*',
hour: '4',
hour: '12',
minute: '0'
};
const rule = new Rule(this, 'rule', {
Expand Down

0 comments on commit 267dac0

Please sign in to comment.