This commit is contained in:
Tben 2023-05-22 09:24:08 +01:00
parent 8782c08bf9
commit b1b1d3c193
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "datasquirel", "name": "datasquirel",
"version": "1.1.10", "version": "1.1.11",
"description": "Cloud-based SQL data management tool", "description": "Cloud-based SQL data management tool",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {

View File

@ -25,6 +25,8 @@ const https = require("https");
* ============================================================================== * ==============================================================================
* Main Function * Main Function
* ============================================================================== * ==============================================================================
* @async
*
* @param {Object} params - API Key * @param {Object} params - API Key
* @param {String} params.key - API Key * @param {String} params.key - API Key
* @param {{ * @param {{