Skip to content

Commit c16735e

Browse files
committed
IND-524 Fix an issue in PD API Client #44
1 parent 7c9582f commit c16735e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/rest.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@
109109
meta.responseHeaders = meta && meta.responseHeaders || {};
110110

111111
this.response = {
112+
statusCode: meta.statusCode,
112113
rawEncoded: body,
113114
req: this.options,
114115
headers: meta.responseHeaders,

0 commit comments

Comments
 (0)