updates
This commit is contained in:
+1
-1
@@ -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
@@ -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
|
||||
*/
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user