Skip to content

Commit e694dcd

Browse files
committed
Pass the operation down to SwaggerHttp client so that interceptors can get it
1 parent a563f67 commit e694dcd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/types/operation.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -859,6 +859,7 @@ Operation.prototype.execute = function (arg1, arg2, arg3, arg4, parent) {
859859
deferred: deferred,
860860
headers: headers,
861861
clientAuthorizations: opts.clientAuthorizations,
862+
operation: this.operation,
862863
on: {
863864
response: function (response) {
864865
if (deferred) {

0 commit comments

Comments
 (0)