const makeReturn = (ok, data, handler) => ({ ok, handler, data }) module.exports = { makeReturn }