'use strict' // Dependencies const testValidUser = async (req, res, next) => { next() } module.exports = testValidUser