We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1358a7 commit c6abb9dCopy full SHA for c6abb9d
lib/requestwrapper.ts
@@ -49,7 +49,7 @@ function parsePath(path: string, params: Object): string {
49
* @private
50
* @returns {request.RequestCallback}
51
*/
52
-function formatErrorIfExists(cb: Function): request.RequestCallback {
+export function formatErrorIfExists(cb: Function): request.RequestCallback {
53
return function(error, response, body) {
54
// eslint-disable-line complexity
55
0 commit comments