Skip to content

Commit

Permalink
Update packages/aws-cdk-lib/aws-rds/lib/serverless-cluster.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Kaizen Conroy <36202692+kaizencc@users.noreply.github.com>
  • Loading branch information
badmintoncryer and kaizencc committed Jan 2, 2024
1 parent 0002dfd commit 1f2cd3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-rds/lib/serverless-cluster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ export interface ServerlessScalingOptions {
*
* @default - TimeoutAction.ROLLBACK_CAPACITY_CHANGE
*/
readonly timeoutAction? : TimeoutAction;
readonly timeoutAction?: TimeoutAction;
}

/**
Expand Down

0 comments on commit 1f2cd3b

Please sign in to comment.