update readme

This commit is contained in:
Tben
2023-05-03 08:19:54 +01:00
parent 28cc56e486
commit bca8c1e8e3
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -17,6 +17,7 @@ const https = require("https");
* Main Function
* ==============================================================================
* @param {String} key - API Key
* @param {String} db - Database Slug
* @param {String} query - SQL query
*/
module.exports = async function ({ key, db, query }) {
+1 -1
View File
@@ -17,7 +17,7 @@ const https = require("https");
* Main Function
* ==============================================================================
* @param {String} key - API Key
* @param {String} payload - Image Data Eg. {
* @param {Object} payload - Image Data Eg. {
imageData: imageBase64,
imageName: `cast_cord_user_${newUser.payload.insertId}`,
mimeType: "jpg",