mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-14 22:10:30 +00:00
fix implicit any
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user