mirror of https://gitee.com/bigwinds/arangodb
Unbreak the build I say
This commit is contained in:
parent
0f5b4624ea
commit
a8219b4818
|
@ -64,6 +64,10 @@ module.exports = class SyntheticRequest {
|
|||
return this._raw.headers;
|
||||
}
|
||||
|
||||
set headers(headers) {
|
||||
this._raw.headers = headers;
|
||||
}
|
||||
|
||||
get method() {
|
||||
return this._raw.requestType;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue