(key, param)
| 9087 | return prev; |
| 9088 | }, {}); |
| 9089 | const conditionalParam = (key, param) => { |
| 9090 | if (param) { |
| 9091 | return { |
| 9092 | [key]: param, |
| 9093 | }; |
| 9094 | } |
| 9095 | return {}; |
| 9096 | }; |
| 9097 | const excludeHeaders = (headers, headersToExclude) => { |
| 9098 | if (!headers) { |
| 9099 | return {}; |
no outgoing calls
no test coverage detected