updates
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@ const https = require("https");
|
||||
* database: string
|
||||
* }}
|
||||
*
|
||||
* @returns {FunctionReturn}
|
||||
* @returns { Promise<FunctionReturn> }
|
||||
*/
|
||||
module.exports = async function ({ key, payload, database }) {
|
||||
/**
|
||||
|
||||
+1
-1
@@ -31,7 +31,7 @@ const encrypt = require("../functions/encrypt");
|
||||
* @param {String} params.encryptionKey - Encryption Key
|
||||
* @param {String} params.encryptionSalt - Encryption Salt
|
||||
*
|
||||
* @returns {FunctionReturn}
|
||||
* @returns { Promise<FunctionReturn>}
|
||||
*/
|
||||
module.exports = async function ({ key, payload, database, response, encryptionKey, encryptionSalt }) {
|
||||
/**
|
||||
|
||||
@@ -30,7 +30,7 @@ const https = require("https");
|
||||
* @param {String | Object} [params.payload={ id: 4, first_name: "Benjamin" }] - User Object.
|
||||
* @param {number} [params.payload.id] - User id => Required
|
||||
*
|
||||
* @returns {FunctionReturn}
|
||||
* @returns { Promise<FunctionReturn>}
|
||||
*/
|
||||
module.exports = async function ({ key, payload, database }) {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user