Skip to content

Commit

Permalink
Correct linting
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiancook committed May 10, 2020
1 parent d9b81a0 commit 7076ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.ts
Expand Up @@ -623,7 +623,7 @@ class ServerlessCustomDomain {
// Use APIGateway (v1) for EDGE domains
if (domain.endpointType === Globals.endpointTypes.edge) {
const params = {
basePath: domain.apiMapping.ApiMappingKey || '(none)',
basePath: domain.apiMapping.ApiMappingKey || "(none)",
domainName: domain.givenDomainName,
patchOperations: [
{
Expand Down

0 comments on commit 7076ff0

Please sign in to comment.