fix implicit any

This commit is contained in:
Joe Skeen
2015-10-07 10:58:20 -06:00
parent 1a9a1665fb
commit 6c9b4cf024
+1 -1
View File
@@ -27,7 +27,7 @@ options = {
};
rp(options)
.then(function (response) {
.then(function (response: http.IncomingMessage) {
console.log("DELETE succeeded with status %d", response.statusCode);
})
.catch(console.error);