This commit is contained in:
Justin Beckwith 2018-11-15 17:44:39 -08:00
parent bba0644db5
commit 0c701e8da6
1 changed files with 1 additions and 0 deletions

View File

@ -983,6 +983,7 @@ exports.getClientInterceptors = function(client) {
return Object.keys(client.$method_definitions)
.reduce((acc, key) => {
acc[key] = client[key].interceptors;
return acc;
}, {});
};