From 3df54c341c8d26da710f93c706db403b4de3476e Mon Sep 17 00:00:00 2001 From: tiagosiebler Date: Mon, 5 Oct 2020 10:12:22 +0100 Subject: [PATCH] fix request case --- lib/util/requestWrapper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util/requestWrapper.js b/lib/util/requestWrapper.js index 4a3bd96..309893e 100644 --- a/lib/util/requestWrapper.js +++ b/lib/util/requestWrapper.js @@ -33,7 +33,7 @@ module.exports = class RequestUtil { // custom request options based on axios specs - see: https://github.com/axios/axios#request-config ...requestOptions, headers: { - Referer: 'bybitapinode' + 'referer': 'bybitapinode' }, };