I have this basic function being called by my express router.
export const createThing = async(req,res,next) => { const {body} = req; const thing = awa