(service: any)
| 205 | } |
| 206 | |
| 207 | export function restoreBuildRequestOptions(service: any) { |
| 208 | if ((service as any).__proto__.__proto__.__original_buildRequestOptions) { |
| 209 | // tslint:disable-next-line: max-line-length |
| 210 | (service as any).__proto__.__proto__._buildRequestOptions = (service as any).__proto__.__proto__.__original_buildRequestOptions; |
| 211 | } |
| 212 | } |
| 213 | export function overrideRequest( |
| 214 | override: { |
| 215 | headers: { [key: string]: string }; |
no outgoing calls
no test coverage detected
searching dependent graphs…