Skip to content

Commit

Permalink
AT-9828: fix warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
rddimon committed Jul 18, 2023
1 parent 2c10e89 commit 0ed253f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ class ServerlessCustomDomain {
if (!domain.apiMapping) {
if (domain.apiType === Globals.apiTypes.http) {
Logging.logWarning(
"Make sure that the API Mapping with the `$default` stage already exists. " +
"Make sure the API Mapping with the `$default` stage already exists. " +
"More info here https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-stages.html"
)
}
Expand Down

0 comments on commit 0ed253f

Please sign in to comment.