mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-16 19:09:18 +08:00
fix travis, any check
This commit is contained in:
@@ -200,7 +200,7 @@ r.post(options);
|
||||
|
||||
request
|
||||
.get('http://example.com/example.png')
|
||||
.on('response', function(response) {
|
||||
.on('response', function(response: any) {
|
||||
// check response
|
||||
})
|
||||
.pipe(request.put('http://another.com/another.png'));
|
||||
|
||||
Reference in New Issue
Block a user