updates
This commit is contained in:
parent
b53c83c81c
commit
7174c4d666
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "datasquirel",
|
||||
"version": "1.1.24",
|
||||
"version": "1.1.25",
|
||||
"description": "Cloud-based SQL data management tool",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user