This commit is contained in:
Tben
2023-05-23 13:01:24 +01:00
parent b53c83c81c
commit 7174c4d666
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ module.exports = async function ({ key, payload, database, response, encryptionK
method: "POST",
headers: {
"Content-Type": "application/json",
"Content-Length": reqPayload.length,
"Content-Length": Buffer.from(reqPayload).length,
Authorization: key,
},
port: 443,