fix: HTTP headers

This commit is contained in:
March 7th
2022-12-14 18:50:22 +07:00
parent fa95e9bb4f
commit 46691ce796
2 changed files with 2 additions and 3 deletions

View File

@@ -54,6 +54,7 @@ class HTTPError extends Error {
this.requestData = {
json: request.options.data,
files: request.options.files ?? [],
headers: request.options.headers,
};
}
}