/** * ============================================================================== * Imports * ============================================================================== */ const get = require("./utils/get"); /** ****************************************************************************** */ /** ****************************************************************************** */ /** ****************************************************************************** */ /** ****************************************************************************** */ /** ****************************************************************************** */ /** ****************************************************************************** */ /** * ============================================================================== * Main Function * ============================================================================== * @param {Object} mailObject - foundUser if any */ const dsql = { get: get, }; module.exports = dsql; /** ********************************************** */ /** ********************************************** */ /** ********************************************** */