Skip to content

Commit

Permalink
added linting corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
kenpachiii committed Sep 6, 2019
1 parent d8071a8 commit 066d61c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DomainInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ class DomainInfo {
public aliasTarget?: string | undefined;
public aliasHostedZoneId?: string | undefined;

private endpointTypes? = {
private endpointTypes = {
edge: "EDGE",
regional: "REGIONAL",
};

private tlsVersions? = {
private tlsVersions = {
tls_1_0: "TLS_1_0",
tls_1_2: "TLS_1_2",
};
Expand Down

0 comments on commit 066d61c

Please sign in to comment.