aws provides uppercase properties

This commit is contained in:
Johannes Zellner
2015-08-30 15:47:08 -07:00
parent 5cb1681922
commit debcd6f353

View File

@@ -180,7 +180,7 @@ function addSubdomain(zoneName, subdomain, type, value, callback) {
}
}]
},
HostedZoneId: zone.id
HostedZoneId: zone.Id
};
getAWSCredentials(function (error, credentials) {
@@ -233,7 +233,7 @@ function delSubdomain(zoneName, subdomain, type, value, callback) {
ResourceRecordSet: resourceRecordSet
}]
},
HostedZoneId: zone.id
HostedZoneId: zone.Id
};
getAWSCredentials(function (error, credentials) {