This commit is contained in:
Tben
2023-05-18 12:51:11 +01:00
parent 4e2b0373e0
commit dcd0576147
5 changed files with 11 additions and 10 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ const https = require("https");
/** ****************************************************************************** */
/**
* @typedef {Promise<object>} FunctionReturn
* @typedef {object} FunctionReturn
* @property {boolean} success - Did the function run successfully?
* @property {(Object[]|string)} [payload=[]] - Payload
*/
+1 -1
View File
@@ -14,7 +14,7 @@ const encrypt = require("../functions/encrypt");
/** ****************************************************************************** */
/**
* @typedef {Promise<object>} FunctionReturn
* @typedef {object} FunctionReturn
* @property {boolean} success - Did the function run successfully?
* @property {(Object[]|string)} [payload=[]] - Payload
*/
+1 -1
View File
@@ -13,7 +13,7 @@ const https = require("https");
/** ****************************************************************************** */
/**
* @typedef {Promise<object>} FunctionReturn
* @typedef {object} FunctionReturn
* @property {boolean} success - Did the function run successfully?
* @property {(Object[]|string)} [payload=[]] - Payload
*/