Newer
Older
module.exports = {
helpers: {
random: () => Math.floor(3000 + (5000 - 3000) * Math.random()),
},
};
module.exports = {
helpers: {
random: () => Math.floor(3000 + (5000 - 3000) * Math.random()),
},
};