Skip to content

Commit 59f7204

Browse files
committed
Merge branch '5.x' of https://github.com/elastic/elasticsearch-js into 5.x
2 parents e4edfde + eec7439 commit 59f7204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/configuration.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ Sometimes you just need to inject a little snippet of your code and then continu
204204
class MyTransport extends Transport {
205205
request (params, options, callback) {
206206
// your code
207-
super.request(params, options, callback)
207+
return super.request(params, options, callback)
208208
}
209209
}
210210
----

0 commit comments

Comments
 (0)