diff options
Diffstat (limited to 'server/helpers')
-rw-r--r-- | server/helpers/requests.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/helpers/requests.js b/server/helpers/requests.js index 427864117..efe056937 100644 --- a/server/helpers/requests.js +++ b/server/helpers/requests.js | |||
@@ -40,7 +40,7 @@ function makeSecureRequest (params, callback) { | |||
40 | 40 | ||
41 | let dataToSign | 41 | let dataToSign |
42 | if (params.data) { | 42 | if (params.data) { |
43 | dataToSign = dataToSign = params.data | 43 | dataToSign = params.data |
44 | } else { | 44 | } else { |
45 | // We do not have data to sign so we just take our host | 45 | // We do not have data to sign so we just take our host |
46 | // It is not ideal but the connection should be in HTTPS | 46 | // It is not ideal but the connection should be in HTTPS |