updates
This commit is contained in:
+1
-1
@@ -49,7 +49,7 @@ module.exports = async function ({ key, payload, database }) {
|
||||
method: "POST",
|
||||
headers: {
|
||||
"Content-Type": "application/json",
|
||||
"Content-Length": reqPayload.length,
|
||||
"Content-Length": Buffer.from(reqPayload).length,
|
||||
Authorization: key,
|
||||
},
|
||||
port: 443,
|
||||
|
||||
@@ -49,7 +49,7 @@ module.exports = async function ({ key, payload, database }) {
|
||||
method: "POST",
|
||||
headers: {
|
||||
"Content-Type": "application/json",
|
||||
"Content-Length": reqPayload.length,
|
||||
"Content-Length": Buffer.from(reqPayload).length,
|
||||
Authorization: key,
|
||||
},
|
||||
port: 443,
|
||||
|
||||
Reference in New Issue
Block a user