Skip to content

Commit

Permalink
Merge branch 'EH-1578' into qa
Browse files Browse the repository at this point in the history
  • Loading branch information
tomikat committed Nov 17, 2023
2 parents a064674 + 5aa9dbd commit 06cbd48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdk/lib/tpk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export class HeratepalveluTPKStack extends HeratepalveluStack {
});
new events.Rule(this, "TPKArvoCallHandlerJanuaryFirstScheduleRule", {
schedule: events.Schedule.expression(
`cron(5,25,45 6-18 1 JAN ? *))`
`cron(5,25,45 6-18 1 JAN ? *)`
),
targets: [new targets.LambdaFunction(tpkArvoCallHandler)]
});
Expand Down

0 comments on commit 06cbd48

Please sign in to comment.