Skip to content

Commit

Permalink
chore: trigger build
Browse files Browse the repository at this point in the history
  • Loading branch information
hassanazharkhan committed Jan 15, 2025
1 parent 4f1278d commit b771e5e
Show file tree
Hide file tree
Showing 3 changed files with 179 additions and 20 deletions.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-rds/lib/cluster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1112,7 +1112,7 @@ abstract class DatabaseClusterNew extends DatabaseClusterBase {

const autoPauseSeconds = this.secondsUntilAutoPause;
if (autoPauseSeconds < 300 || autoPauseSeconds > 86400) {
throw new Error(`secondsUntilAutoPause must be >= 300 & <= 86400, received ${autoPauseSeconds}`);
throw new Error(`secondsUntilAutoPause must be >= 300 & <= 86400, received ${autoPauseSeconds}!`);
}

}
Expand Down
Loading

0 comments on commit b771e5e

Please # to comment.