Type Checking

This commit is contained in:
Tben 2023-08-07 09:56:24 +01:00
parent 2e2895a4bd
commit b65aa390be
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -27,8 +27,8 @@ const https = require("https");
* ============================================================================== * ==============================================================================
* @async * @async
* *
* @param {Object} params - API Key * @param {Object} params - Single Param object containing params
* @param {String} params.key - API Key * @param {String} params.key - *FULL ACCESS API Key
* @param {{ * @param {{
* imageData: string, * imageData: string,
* imageName: string, * imageName: string,